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