new network gitea
This commit is contained in:
parent
7d67cbe6de
commit
eb180b8e4a
|
|
@ -16,7 +16,7 @@ services:
|
||||||
- GITEA__server__HTTP_PORT=3500
|
- GITEA__server__HTTP_PORT=3500
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- bizmatch
|
- gitea
|
||||||
volumes:
|
volumes:
|
||||||
- gitea-data:/data
|
- gitea-data:/data
|
||||||
#- ./gitea/gitea-ssh:/data/git/.ssh
|
#- ./gitea/gitea-ssh:/data/git/.ssh
|
||||||
|
|
@ -34,12 +34,12 @@ services:
|
||||||
- POSTGRES_DB=gitea
|
- POSTGRES_DB=gitea
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- bizmatch
|
- gitea
|
||||||
volumes:
|
volumes:
|
||||||
- gitea-db:/var/lib/postgresql/data
|
- gitea-db:/var/lib/postgresql/data
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
bizmatch:
|
gitea:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue