Update docker-compose.yml for Debian 11
This commit is contained in:
parent
3b498bce11
commit
2b480975ec
@ -30,8 +30,7 @@ services:
|
||||
volumes:
|
||||
- ./data/vaultwarden:/data
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
- postgres
|
||||
|
||||
borgmatic:
|
||||
image: b3vis/borgmatic:latest
|
||||
@ -45,10 +44,8 @@ services:
|
||||
- TZ=America/Chicago
|
||||
- BORG_PASSPHRASE
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
vaultwarden:
|
||||
condition: service_healthy
|
||||
- postgres
|
||||
- vaultwarden
|
||||
|
||||
#pgadmin:
|
||||
# image: dpage/pgadmin4:latest
|
||||
|
Loading…
Reference in New Issue
Block a user