chore: remove hardcoded git dns to fix sync

This commit is contained in:
João Pedro Toledo Goncalves 2026-01-27 09:04:13 -03:00
parent d0c14b76b3
commit 5a50089d5c
1 changed files with 3 additions and 5 deletions

View File

@ -25,8 +25,7 @@ services:
- "host.docker.internal:host-gateway"
- "srvproxy001.itguys.com.br:172.16.254.1"
- "srvproxy001:172.16.254.1"
- "git.itguys.com.br:10.10.253.128"
- "git:10.10.253.128"
- "zammad.itguys.com.br:172.16.254.59"
- "zammad:172.16.254.59"
- "cloud.grupopralog.com.br:172.16.253.12"
@ -56,11 +55,10 @@ services:
extra_hosts:
- "host.docker.internal:host-gateway"
- "server-254:10.10.253.254"
- "gitea-server:10.10.253.128"
- "srvproxy001.itguys.com.br:172.16.254.1"
- "srvproxy001:172.16.254.1"
- "git.itguys.com.br:10.10.253.128"
- "git:10.10.253.128"
- "zammad.itguys.com.br:172.16.254.59"
- "zammad:172.16.254.59"
- "cloud.grupopralog.com.br:172.16.253.12"