add nocobase

This commit is contained in:
2023-03-12 11:18:32 +08:00
parent 285fa21511
commit 6f73669a47

View File

@@ -0,0 +1,20 @@
version: "3"
services:
app:
image: nocobase/nocobase:main
environment:
- LOCAL_STORAGE_BASE_URL=/storage/uploads
volumes:
- ./data:/app/nocobase/storage
ports:
- "13000:80"
restart: unless-stopped
networks:
nginx:
aliases:
- nocobase
networks:
nginx:
external: true