This commit is contained in:
brooke 2025-01-24 15:07:43 -05:00
parent 7a7307dd45
commit 100602a514
4 changed files with 10 additions and 8 deletions

View File

@ -30,7 +30,7 @@ services:
configs:
- source: pg_backup
target: /pg_backup.sh
mode: 0555
mode: 555
secrets:
db_password:
@ -40,6 +40,7 @@ secrets:
volumes:
db:
configs:
pg_backup:
name: ${STACK_NAME}_pg_backup_${PG_BACKUP_VERSION}

View File

@ -6,7 +6,7 @@ services:
configs:
- source: entrypoint
target: /custom-entrypoint.sh
mode: 0555
mode: 555
entrypoint: /custom-entrypoint.sh
environment:
- GTS_HOST=${DOMAIN}
@ -53,6 +53,7 @@ volumes:
gtsdata:
gtscache:
configs:
entrypoint:
name: ${STACK_NAME}_entrypoint_${ENTRYPOINT_VERSION}