fixed network bugs

This commit is contained in:
2025-02-09 12:02:35 -06:00
parent 8c5cfee354
commit 1077a98502
3 changed files with 10 additions and 4 deletions

View File

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