add nocodb

This commit is contained in:
2022-10-17 00:02:42 +08:00
parent f85c664b4c
commit 2b2289b920

View File

@@ -0,0 +1,18 @@
version: '3.3'
services:
nocodb:
container_name: nocodb
volumes:
- './data:/usr/app/data/'
# ports:
# - '8080:8080'
image: 'nocodb/nocodb:latest'
restart: unless-stopped
networks:
nginx:
aliases:
- nocodb
networks:
nginx:
external: true