Update docker-compose.yml for Debian 11

This commit is contained in:
BBaoVanC 2021-08-20 14:13:24 -05:00
parent 3b498bce11
commit 2b480975ec

View File

@ -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