Fix postgres-backup-local docker image version

Simó Albert i Beltran 2022-01-26 16:31:05 +01:00
parent 84dcab4e28
commit c88028ada1
2 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: '3.7'
services: services:
isard-sso-backups: isard-sso-backups:
container_name: dd-backups container_name: dd-backups
image: prodrigestivill/postgres-backup-local image: $POSTGRES_BACKUP_LOCAL_IMG
restart: always restart: always
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro

View File

@ -37,3 +37,6 @@ KEYCLOAK_DB_PASSWORD=keycloakkeycloak
########################################################################### ###########################################################################
POSTGRES_PASSWORD=postgrespostgres POSTGRES_PASSWORD=postgrespostgres
POSTGRES_USER=admin POSTGRES_USER=admin
## DOCKER IMAGES
POSTGRES_BACKUP_LOCAL_IMG=14-debian-2aa03d1