Rename traefik network to traefik

Webproxy is the name intended for the network where the netbird
container used for proxying resides.
This commit is contained in:
JuliusFreudenberger 2026-04-30 23:04:04 +02:00
parent f894c27799
commit 90b63bd24f
3 changed files with 10 additions and 10 deletions

View file

@ -21,7 +21,7 @@ in {
image = "ghcr.io/pocket-id/pocket-id:v${version}";
autoStart = true;
networks = [
"webproxy"
"traefik"
];
environment = {
APP_URL = pocketidCfg.settings.APP_URL;