This commit is contained in:
2026-04-15 13:28:30 -04:00
parent f799ddd6e5
commit 9098c0d659
2 changed files with 2 additions and 13 deletions

View File

@ -1 +1,2 @@
export CUSTOM_ENTRYPOINT_VERSION=v1
export CUSTOM_ENTRYPOINT_VERSION=v1
export MONGO-INIT_VERSION=v1

View File

@ -9,7 +9,6 @@ services:
- internal
environment:
DEBUG: formio:*
# NODE_CONFIG: '{"mongo": "mongodb://mongo:27017/formio"}'
ROOT_PASSWORD_FILE: "/run/secrets/root_pass"
secrets:
- root_pass
@ -27,18 +26,7 @@ services:
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
# - "backupbot.backup=true"
# - "backupbot.backup.path=/baserow/data"
# - "backupbot.backup.pre-hook=/backup.sh pre-backup"
# - "backupbot.backup.post-hook=/backup.sh post-backup"
# - "backupbot.restore.post-hook=/backup.sh post-restore"
- "coop-cloud.${STACK_NAME}.version=0.0.1+4.6.2"
# healthcheck:
# test: ["CMD", "./baserow.sh", "backend-cmd", "backend-healthcheck"]
# interval: 30s
# timeout: 10s
# retries: 10
# start_period: 1m
configs:
- source: custom-entrypoint
target: /custom-entrypoint.sh