feat: adiciona bancario e nfse na stack de prod
This commit is contained in:
parent
c674856a0a
commit
ead13da3c2
@ -6,7 +6,7 @@ services:
|
||||
ports:
|
||||
- "80:80"
|
||||
volumes:
|
||||
- /opt/infra/nginx/conf.d:/etc/nginx/conf.d:ro
|
||||
- /opt/infra/prod/nginx/conf.d:/etc/nginx/conf.d:ro
|
||||
deploy:
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
@ -17,7 +17,7 @@ services:
|
||||
- app-net
|
||||
|
||||
modumfiscal-front:
|
||||
image: git.modumsolucao.com.br/modumsolucao/modumfiscal-front:latest
|
||||
image: git.modumsolucao.com.br/modumsolucao/modumfiscal-web:prod-latest
|
||||
deploy:
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
@ -30,7 +30,7 @@ services:
|
||||
- app-net
|
||||
|
||||
modumfiscal-api:
|
||||
image: git.modumsolucao.com.br/modumsolucao/modumfiscal-api:latest
|
||||
image: git.modumsolucao.com.br/modumsolucao/modumfiscal-api:prod-latest
|
||||
deploy:
|
||||
replicas: 2
|
||||
restart_policy:
|
||||
@ -44,6 +44,36 @@ services:
|
||||
networks:
|
||||
- app-net
|
||||
|
||||
modumfiscal-bancario:
|
||||
image: git.modumsolucao.com.br/modumsolucao/modumfiscal-bancario:prod-latest
|
||||
deploy:
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
delay: 200s
|
||||
max_attempts: 3
|
||||
update_config:
|
||||
parallelism: 1
|
||||
delay: 15s
|
||||
order: start-first
|
||||
networks:
|
||||
- app-net
|
||||
|
||||
modumfiscal-nfse:
|
||||
image: git.modumsolucao.com.br/modumsolucao/modumfiscal-nfse:prod-latest
|
||||
deploy:
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
delay: 200s
|
||||
max_attempts: 3
|
||||
update_config:
|
||||
parallelism: 1
|
||||
delay: 15s
|
||||
order: start-first
|
||||
networks:
|
||||
- app-net
|
||||
|
||||
networks:
|
||||
app-net:
|
||||
external: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user