Skip to content

Commit

Permalink
fix(deploy): set writer zwop url for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRosca committed Sep 24, 2024
1 parent 483d4dc commit 5764230
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compose.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
- .env
environment:
- ZWOP_PROXY_ROOT=/zwop-staging
- ZWOP_TOKEN_WRITER__ZWOP_URL=https://exfldadev01.desy.de/zwop-staging
networks:
- proxy
labels:
Expand All @@ -28,4 +29,5 @@ services:
restart_policy:
condition: any
delay: 5s
window: 120s
window: 120s

0 comments on commit 5764230

Please sign in to comment.