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:
+16
-1
@@ -1 +1,16 @@
|
||||
# Nothing here yet
|
||||
# Compose
|
||||
VOL_PATH=/data
|
||||
PENPOT_RESTART=unless-stopped
|
||||
PENPOT_PORT=9001
|
||||
PENPOT_FRONTEND_IMAGE=penpotapp/frontend:latest
|
||||
PENPOT_BACKEND_IMAGE=penpotapp/backend:latest
|
||||
PENPOT_EXPORTER_IMAGE=penpotapp/exporter:latest
|
||||
PENPOT_POSTGRES_IMAGE=postgres:15
|
||||
PENPOT_REDIS_IMAGE=redis:7.2
|
||||
PENPOT_MAILCATCH_IMAGE=sj26/mailcatcher:latest
|
||||
|
||||
# Penpot
|
||||
PENPOT_PUBLIC_URI=http://localhost:9001
|
||||
PENPOT_FLAGS=disable-email-verification enable-smtp enable-prepl-server disable-secure-session-cookies
|
||||
PENPOT_SMTP_FROM=no-reply@example.com
|
||||
PENPOT_TELEMETRY=true
|
||||
|
||||
Reference in New Issue
Block a user