Add network
This commit is contained in:
parent
a57c6f7a77
commit
f73d1b4751
|
@ -47,5 +47,6 @@ services:
|
||||||
- POSTGRES_DB=gitea
|
- POSTGRES_DB=gitea
|
||||||
networks:
|
networks:
|
||||||
- gitea
|
- gitea
|
||||||
|
- traefik_network
|
||||||
volumes:
|
volumes:
|
||||||
- ./postgres:/var/lib/postgresql/data
|
- ./postgres:/var/lib/postgresql/data
|
||||||
|
|
Loading…
Reference in New Issue