mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
fix second batch of _dev stacks: mariadb, mealie, nocodb, openarchiver, penpot, peertube, poste, posthog, suitecrm, zammad
This commit is contained in:
+12
-5
@@ -1,9 +1,16 @@
|
||||
services:
|
||||
nc:
|
||||
nocodb:
|
||||
image: ${NOCODB_IMAGE:-nocodb/nocodb:latest}
|
||||
restart: unless-stopped
|
||||
restart: ${NOCODB_RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- "nocodb-data:/usr/app/data"
|
||||
- ${VOL_PATH:-/data}/nocodb:/usr/app/data
|
||||
ports:
|
||||
- "${NOCODB_PORT:-8080}:8080"
|
||||
networks:
|
||||
- proxy
|
||||
- internal
|
||||
|
||||
volumes:
|
||||
nocodb-data:
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
internal:
|
||||
|
||||
Reference in New Issue
Block a user