Skip to content

Commit

Permalink
Remove unused/deprecated env vars (#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsangmeister committed May 24, 2022
1 parent dd400d0 commit 603bc35
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .github/docker-compose/docker-compose.migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ services:
environment:
- DATASTORE_READER_HOST=reader
- DATASTORE_WRITER_HOST=writer
- DATASTORE_ENABLE_DEV_ENVIRONMENT=1
- PYTHONPATH=/app
- MYPYPATH=/app
depends_on:
Expand Down
1 change: 0 additions & 1 deletion dev/dc.local-ds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ services:
volumes:
- ../../openslides-datastore-service/:/datastore-service
environment:
- DATASTORE_ENABLE_DEV_ENVIRONMENT=1
- PYTHONPATH=/app:/datastore-service
- MYPYPATH=/app:/datastore-service
3 changes: 1 addition & 2 deletions dev/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,8 @@ services:
ports:
- "9013:9013"
environment:
- OPENSLIDES_DEVELOPMENT=true
- OPENSLIDES_DEVELOPMENT=1
- VOTE_HOST=vote
- VOTE_PORT=9013
- DATASTORE_READER_HOST=reader
- MESSAGING=redis
- MESSAGE_BUS_HOST=redis
Expand Down
1 change: 0 additions & 1 deletion migrations/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ services:
environment:
- DATASTORE_READER_HOST=reader
- DATASTORE_WRITER_HOST=writer
- DATASTORE_ENABLE_DEV_ENVIRONMENT=1
- PYTHONPATH=/app:/datastore-service
- MYPYPATH=/app:/datastore-service
depends_on:
Expand Down

0 comments on commit 603bc35

Please sign in to comment.