🤖 TEST: asd

This commit is contained in:
Yuri-Lima
2023-08-28 10:42:23 +00:00
parent 6cd84859ef
commit 7587c18963
2 changed files with 15 additions and 12 deletions

View File

@@ -34,6 +34,7 @@ services:
- "traefik.http.routers.phxalpha-insecure.tls=false"
networks:
- frontend
- backend
depends_on:
- phoenix-backend
phoenix-backend:
@@ -75,6 +76,7 @@ services:
- "/opt/containers/phx/server_custom:/usr/src/app/packages/dev-server/custom"
networks:
- backend
- frontend
deploy:
mode: replicated
replicas: 2
@@ -98,3 +100,4 @@ services:
- "/opt/containers/phx/server_custom:/usr/src/app/packages/dev-server/custom"
networks:
- backend
- frontend