Remove unnecessary extra variable definitions
The world could do with a bit less YAML!
This commit is contained in:
@ -8,7 +8,7 @@ services:
|
||||
- "{{ db_backups_dir }}:/var/backups"
|
||||
environment:
|
||||
- DOCKER_HOST=tcp://docker_proxy:2375
|
||||
- HEALTHCHECKS_ID={{ db_auto_backup_healthchecks_id }}
|
||||
- HEALTHCHECKS_ID={{ vault_db_auto_backup_healthchecks_id }}
|
||||
depends_on:
|
||||
- docker_proxy
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
db_auto_backup_healthchecks_id: "{{ vault_db_auto_backup_healthchecks_id }}"
|
Reference in New Issue
Block a user