new network gitea

This commit is contained in:
Andreas Knuth 2024-05-28 17:02:55 -05:00
parent 7d67cbe6de
commit eb180b8e4a
1 changed files with 3 additions and 3 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: