working
This commit is contained in:
3
abra.sh
3
abra.sh
@ -1 +1,2 @@
|
||||
export CUSTOM_ENTRYPOINT_VERSION=v1
|
||||
export CUSTOM_ENTRYPOINT_VERSION=v1
|
||||
export MONGO-INIT_VERSION=v1
|
||||
12
compose.yml
12
compose.yml
@ -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
|
||||
|
||||
Reference in New Issue
Block a user