lint
This commit is contained in:
parent
7a7307dd45
commit
100602a514
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user