Get forgejo DB backup working

This commit is contained in:
Robert 2024-03-21 01:57:17 -07:00
parent 4e2cb65c77
commit fd876154de
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@ services:
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
environment: environment:
- USER_DBBACKUP=1597002120 #forgejo
- GROUP_DBBACKUP=1597000514 #Domain Guests
- CONTAINER_ENABLE_MONITORING=FALSE
- BACKUP_JOB_CONCURRENCY=1 - BACKUP_JOB_CONCURRENCY=1
- DEFAULT_CHECKSUM=NONE - DEFAULT_CHECKSUM=NONE
- DEFAULT_COMPRESSION=NONE - DEFAULT_COMPRESSION=NONE