update internal networks
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
7a221e1516
commit
ca30ddcc0d
1 changed files with 3 additions and 1 deletions
|
|
@ -61,4 +61,6 @@ services:
|
||||||
- "traefik.http.services.forgejo-common-svc.loadbalancer.sticky.cookie=true"
|
- "traefik.http.services.forgejo-common-svc.loadbalancer.sticky.cookie=true"
|
||||||
networks:
|
networks:
|
||||||
fj_external:
|
fj_external:
|
||||||
external: true
|
external: true
|
||||||
|
fj_internal:
|
||||||
|
internal: true
|
||||||
Loading…
Reference in a new issue