Skip to content

Commit

Permalink
Remove outdated option from Docker Compose config (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiklohmann authored May 25, 2024
1 parent fe13457 commit 4918058
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ services:
args:
- TENZIR_VERSION=main
environment:
- TENZIR_ALLOW_UNSAFE_PIPELINES=true
- TENZIR_ENDPOINT=tenzir-node:5158
- TENZIR_PLUGINS__PLATFORM__API_KEY=${TENZIR_PLUGINS__PLATFORM__API_KEY:-}
- TENZIR_PLUGINS__PLATFORM__CONTROL_ENDPOINT=${TENZIR_PLUGINS__PLATFORM__CONTROL_ENDPOINT:-wss://ws.tenzir.app/production}
Expand Down Expand Up @@ -33,7 +32,6 @@ services:
depends_on:
- tenzir-node
environment:
- TENZIR_ALLOW_UNSAFE_PIPELINES=true
- TENZIR_ENDPOINT=tenzir-node:5158
volumes:
- tenzir-node:/var/cache/tenzir/
Expand Down

0 comments on commit 4918058

Please sign in to comment.