Default api nginx docker image version

Simó Albert i Beltran 2022-01-27 12:44:42 +01:00
parent 9c020a2e41
commit 06d7e321a8
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ services:
target: production
args:
DOMAIN: $DOMAIN
NGINX_ALPINE_IMG:
NGINX_ALPINE_IMG: ${NGINX_ALPINE_IMG-nginx:1.21.6-alpine}
container_name: isard-sso-api
volumes:
- /etc/localtime:/etc/localtime:ro

View File

@ -39,6 +39,6 @@ POSTGRES_PASSWORD=postgrespostgres
POSTGRES_USER=admin
## 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
HAPROXY_IMG=haproxy:2.4.12-alpine3.15