refactor: reorganiza estrutura por ambiente (prod/dev)

This commit is contained in:
Gabriel Bezerra 2026-05-01 23:58:45 +00:00
parent 5d47cae6b0
commit 2d2e14df39
2 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ services:
image: nginx:alpine
ports:
- "80:80"
- "[::]:80:80"
volumes:
- /opt/infra/nginx/conf.d:/etc/nginx/conf.d:ro
deploy: