#SVTH-575 - Instalar frontend do módulo de usuários.
This commit is contained in:
@@ -188,6 +188,22 @@ services:
|
||||
config-generator:
|
||||
condition: service_completed_successfully
|
||||
|
||||
users-app:
|
||||
image: ${DOCKER_REPO}/users-app:${IMAGEM_UNSTABLE_LATEST}
|
||||
profiles: ["app"]
|
||||
volumes:
|
||||
- config-volume:/config-inject:ro
|
||||
entrypoint: >
|
||||
sh -c "cp /config-inject/config.json /usr/share/nginx/html/config.json &&
|
||||
nginx -g 'daemon off;'"
|
||||
ports:
|
||||
- "${FRONTEND_USERS_APP_INTERNAL_PORT}:${NGINX_DEFAULT_PORT}"
|
||||
networks:
|
||||
- app-network
|
||||
depends_on:
|
||||
config-generator:
|
||||
condition: service_completed_successfully
|
||||
|
||||
suite-app:
|
||||
image: ${DOCKER_REPO}/suite-app:${IMAGEM_UNSTABLE_LATEST}
|
||||
profiles: ["app"]
|
||||
|
||||
Reference in New Issue
Block a user