adding traefik network to all dockers
This commit is contained in:
@@ -10,6 +10,7 @@ services:
|
||||
restart: always
|
||||
networks:
|
||||
- gitea
|
||||
- traefik_portal
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
@@ -21,3 +22,5 @@ services:
|
||||
networks:
|
||||
gitea:
|
||||
external: false
|
||||
traefik_portal:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user