Default postgres-backup-local docker image version

Simó Albert i Beltran 2022-01-27 12:28:20 +01:00
parent 972a73ca4e
commit 9c020a2e41
2 changed files with 2 additions and 2 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: $POSTGRES_BACKUP_LOCAL_IMG image: ${POSTGRES_BACKUP_LOCAL_IMG-prodrigestivill/postgres-backup-local:14-debian-2aa03d1}
restart: always restart: always
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro

View File

@ -40,5 +40,5 @@ POSTGRES_USER=admin
## DOCKER IMAGES ## DOCKER IMAGES
NGINX_ALPINE_IMG=nginx:1.21.6-alpine NGINX_ALPINE_IMG=nginx:1.21.6-alpine
POSTGRES_BACKUP_LOCAL_IMG=prodrigestivill/postgres-backup-local:14-debian-2aa03d1 #POSTGRES_BACKUP_LOCAL_IMG=prodrigestivill/postgres-backup-local:14-debian-2aa03d1
HAPROXY_IMG=haproxy:2.4.12-alpine3.15 HAPROXY_IMG=haproxy:2.4.12-alpine3.15