feat: adiciona bancario e nfse na stack de prod
This commit is contained in:
parent
c674856a0a
commit
ead13da3c2
@ -6,7 +6,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/infra/nginx/conf.d:/etc/nginx/conf.d:ro
|
- /opt/infra/prod/nginx/conf.d:/etc/nginx/conf.d:ro
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
restart_policy:
|
restart_policy:
|
||||||
@ -17,7 +17,7 @@ services:
|
|||||||
- app-net
|
- app-net
|
||||||
|
|
||||||
modumfiscal-front:
|
modumfiscal-front:
|
||||||
image: git.modumsolucao.com.br/modumsolucao/modumfiscal-front:latest
|
image: git.modumsolucao.com.br/modumsolucao/modumfiscal-web:prod-latest
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
restart_policy:
|
restart_policy:
|
||||||
@ -30,7 +30,7 @@ services:
|
|||||||
- app-net
|
- app-net
|
||||||
|
|
||||||
modumfiscal-api:
|
modumfiscal-api:
|
||||||
image: git.modumsolucao.com.br/modumsolucao/modumfiscal-api:latest
|
image: git.modumsolucao.com.br/modumsolucao/modumfiscal-api:prod-latest
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
restart_policy:
|
restart_policy:
|
||||||
@ -44,6 +44,36 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- app-net
|
- 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:
|
networks:
|
||||||
app-net:
|
app-net:
|
||||||
external: true
|
external: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user