fix second batch of _dev stacks: mariadb, mealie, nocodb, openarchiver, penpot, peertube, poste, posthog, suitecrm, zammad

This commit is contained in:
openhands
2026-07-16 04:57:38 +00:00
parent 6eedbf4a0d
commit 366709ddd8
18 changed files with 475 additions and 811 deletions
+12 -5
View File
@@ -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:
+5 -5
View File
@@ -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