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
|
image: nginx:alpine
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
|
- "[::]:80:80"
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/infra/nginx/conf.d:/etc/nginx/conf.d:ro
|
- /opt/infra/nginx/conf.d:/etc/nginx/conf.d:ro
|
||||||
deploy:
|
deploy:
|
||||||
@ -17,7 +18,7 @@ services:
|
|||||||
- app-net
|
- app-net
|
||||||
|
|
||||||
modumfiscal-front:
|
modumfiscal-front:
|
||||||
image: gabriel18lb/modumfiscal-front:latest
|
image: git.modumsolucao.com.br/modumsolucao/modumfiscal-front:latest
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
restart_policy:
|
restart_policy:
|
||||||
@ -30,7 +31,7 @@ services:
|
|||||||
- app-net
|
- app-net
|
||||||
|
|
||||||
modumfiscal-api:
|
modumfiscal-api:
|
||||||
image: gabriel18lb/modumfiscal-api:latest
|
image: git.modumsolucao.com.br/modumsolucao/modumfiscal-api:latest
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
restart_policy:
|
restart_policy:
|
||||||
|
|||||||
@ -5,7 +5,7 @@ upstream core_api {
|
|||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
listen [::]:80;
|
listen [::]:80;
|
||||||
server_name modumfiscal.com.br www.modumfiscal.com.br;
|
server_name app.modumfiscal.com.br *.modumfiscal.com.br;
|
||||||
|
|
||||||
location /api/ {
|
location /api/ {
|
||||||
proxy_pass http://core_api;
|
proxy_pass http://core_api;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user