File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ job "dfunkt" {
16
16
" traefik.enable=true" ,
17
17
" traefik.http.routers.dfunkt.rule=Host(`dfunkt.datasektionen.se`)" ,
18
18
" traefik.http.routers.dfunkt.tls.certresolver=default" ,
19
+
20
+ " traefik.http.routers.dfunkt-internal.rule=Host(`dfunkt.nomad.dsekt.internal`)" ,
21
+ " traefik.http.routers.dfunkt-internal.entrypoints=web-internal" ,
19
22
]
20
23
}
21
24
@@ -36,9 +39,9 @@ DATABASE_URL=postgres://dfunkt:{{ .database_password }}@postgres.dsekt.internal:
36
39
LOGIN_KEY={{ .login_api_key }}
37
40
{{ end }}
38
41
NODE_ENV=production
39
- PLS_URL=https ://pls.datasektionen.se
40
- LOGIN_API_URL=https ://login.datasektionen.se
41
- LOGIN_FRONTEND_URL=https://login .datasektionen.se
42
+ PLS_URL=http ://pls.nomad.dsekt.internal
43
+ LOGIN_API_URL=http ://logout.nomad.dsekt.internal/legacyapi
44
+ LOGIN_FRONTEND_URL=https://logout .datasektionen.se/legacyapi
42
45
ENV
43
46
destination = " local/.env"
44
47
env = true
You can’t perform that action at this time.
0 commit comments