1 parent 72a35fc commit a62f973Copy full SHA for a62f973
2 files changed
docker-compose.prod.yml
@@ -50,7 +50,7 @@ services:
50
51
gateway:
52
image: nginx:alpine
53
- container_name: agent-gateway
+ container_name: ${GATEWAY_CONTAINER:-agent-gateway}
54
restart: always
55
volumes:
56
- ./gateway/gateway.conf.template:/etc/nginx/templates/default.conf.template:ro
docker-compose.yml
@@ -57,7 +57,7 @@ services:
57
58
59
60
61
62
63
0 commit comments