Default haproxy docker image version
parent
06d7e321a8
commit
fe375c12e2
|
@ -4,7 +4,7 @@ services:
|
||||||
isard-sso-haproxy:
|
isard-sso-haproxy:
|
||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
HAPROXY_IMG:
|
HAPROXY_IMG: ${HAPROXY_IMG-haproxy:2.4.12-alpine3.15}
|
||||||
context: ${BUILD_ROOT_PATH}/docker/haproxy
|
context: ${BUILD_ROOT_PATH}/docker/haproxy
|
||||||
dockerfile: Dockerfile-behind
|
dockerfile: Dockerfile-behind
|
||||||
target: production
|
target: production
|
||||||
|
|
|
@ -4,7 +4,7 @@ services:
|
||||||
isard-sso-haproxy:
|
isard-sso-haproxy:
|
||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
HAPROXY_IMG:
|
HAPROXY_IMG: ${HAPROXY_IMG-haproxy:2.4.12-alpine3.15}
|
||||||
context: ${BUILD_ROOT_PATH}/docker/haproxy
|
context: ${BUILD_ROOT_PATH}/docker/haproxy
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
target: production
|
target: production
|
||||||
|
|
|
@ -41,4 +41,4 @@ 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