Skip to content

Commit

Permalink
Fix default env var declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
OisinKyne committed Oct 30, 2024
1 parent 042ac19 commit 86bb4d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ services:
user: ":"
networks: [dvnode]
environment:
- PROM_REMOTE_WRITE_TOKEN=${PROM_REMOTE_WRITE_TOKEN}
- SERVICE_OWNER=${SERVICE_OWNER:"obol-cdvn"}
PROM_REMOTE_WRITE_TOKEN: ${PROM_REMOTE_WRITE_TOKEN:-"obol-monitoring-token-needed"}
SERVICE_OWNER: ${SERVICE_OWNER:-"obol-cdvn"}
volumes:
- ./prometheus:/etc/prometheus
- ./data/prometheus:/prometheus
Expand Down

0 comments on commit 86bb4d3

Please sign in to comment.