change bizmatch to 127.0.0.1 & bizmatch network

This commit is contained in:
2025-02-09 11:23:17 -06:00
parent acecb2eff8
commit e60203c308
2 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ services:
- GITEA__server__HTTP_PORT=3500
restart: unless-stopped
networks:
- gitea
- bizmatch
volumes:
- gitea-data:/data
#- ./gitea/gitea-ssh:/data/git/.ssh
@@ -34,12 +34,12 @@ services:
- POSTGRES_DB=gitea
restart: unless-stopped
networks:
- gitea
- bizmatch
volumes:
- gitea-db:/var/lib/postgresql/data
networks:
gitea:
bizmatch:
external: true
volumes: