Default api nginx docker image version
parent
9c020a2e41
commit
06d7e321a8
|
@ -8,7 +8,7 @@ services:
|
||||||
target: production
|
target: production
|
||||||
args:
|
args:
|
||||||
DOMAIN: $DOMAIN
|
DOMAIN: $DOMAIN
|
||||||
NGINX_ALPINE_IMG:
|
NGINX_ALPINE_IMG: ${NGINX_ALPINE_IMG-nginx:1.21.6-alpine}
|
||||||
container_name: isard-sso-api
|
container_name: isard-sso-api
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|
|
@ -39,6 +39,6 @@ POSTGRES_PASSWORD=postgrespostgres
|
||||||
POSTGRES_USER=admin
|
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
|
||||||
|
|
Loading…
Reference in New Issue