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:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
COOKBOOK=/git/docker-compose-cookbooks #HELP: cookbooks
|
||||
# nocodb
|
||||
#NOCODB_mysql2=//root_db:3306?u=noco&p=password&d=root_db
|
||||
NOCODB_IMAGE=nocodb/nocodb:latest
|
||||
# Compose
|
||||
VOL_PATH=/data
|
||||
NOCODB_IMAGE=nocodb/nocodb:latest
|
||||
NOCODB_RESTART=unless-stopped
|
||||
NOCODB_PORT=8080
|
||||
|
||||
Reference in New Issue
Block a user