remove not required command
This commit is contained in:
parent
def7756819
commit
3280088f38
1 changed files with 0 additions and 1 deletions
|
@ -148,7 +148,6 @@ services:
|
||||||
image: registry.git.base23.de/base23/backup/resticker:0.11.0
|
image: registry.git.base23.de/base23/backup/resticker:0.11.0
|
||||||
environment:
|
environment:
|
||||||
PRE_COMMANDS: |-
|
PRE_COMMANDS: |-
|
||||||
cd /sso.base23.de/
|
|
||||||
docker exec sso-base23-de-postgresql-1 pg_dump -U ${PG_USER:-authentik} -d ${PG_DB:-authentik} -f /var/lib/postgresql/backups/${PG_DB:-authentik}.sql
|
docker exec sso-base23-de-postgresql-1 pg_dump -U ${PG_USER:-authentik} -d ${PG_DB:-authentik} -f /var/lib/postgresql/backups/${PG_DB:-authentik}.sql
|
||||||
#RUN_ON_STARTUP: "true"
|
#RUN_ON_STARTUP: "true"
|
||||||
BACKUP_CRON: "32 2 * * *"
|
BACKUP_CRON: "32 2 * * *"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue