feat: atualiza nginx conf para app.modumfiscal.com.br e registry gitea
This commit is contained in:
parent
f13e3a9076
commit
5c4c089072
@ -5,6 +5,7 @@ services:
|
||||
image: nginx:alpine
|
||||
ports:
|
||||
- "80:80"
|
||||
- "[::]:80:80"
|
||||
volumes:
|
||||
- /opt/infra/nginx/conf.d:/etc/nginx/conf.d:ro
|
||||
deploy:
|
||||
@ -17,7 +18,7 @@ services:
|
||||
- app-net
|
||||
|
||||
modumfiscal-front:
|
||||
image: gabriel18lb/modumfiscal-front:latest
|
||||
image: git.modumsolucao.com.br/modumsolucao/modumfiscal-front:latest
|
||||
deploy:
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
@ -30,7 +31,7 @@ services:
|
||||
- app-net
|
||||
|
||||
modumfiscal-api:
|
||||
image: gabriel18lb/modumfiscal-api:latest
|
||||
image: git.modumsolucao.com.br/modumsolucao/modumfiscal-api:latest
|
||||
deploy:
|
||||
replicas: 2
|
||||
restart_policy:
|
||||
|
||||
@ -5,7 +5,7 @@ upstream core_api {
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name modumfiscal.com.br www.modumfiscal.com.br;
|
||||
server_name app.modumfiscal.com.br *.modumfiscal.com.br;
|
||||
|
||||
location /api/ {
|
||||
proxy_pass http://core_api;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user