Skip to content

Commit b79b034

Browse files
committed
fix(deploy): set writer zwop url for staging
1 parent 2812797 commit b79b034

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

compose.staging.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- .env
1414
environment:
1515
- ZWOP_PROXY_ROOT=/zwop-staging
16+
- ZWOP_TOKEN_WRITER__ZWOP_URL=https://exfldadev01.desy.de/zwop-staging
1617
networks:
1718
- proxy
1819
labels:
@@ -28,4 +29,5 @@ services:
2829
restart_policy:
2930
condition: any
3031
delay: 5s
31-
window: 120s
32+
window: 120s
33+

0 commit comments

Comments
 (0)