Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ini file from wikibase to pass oauth param to qs #503

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ services:
container_name: mardi-quickstatements
restart: unless-stopped
volumes:
- quickstatements-data:/quickstatements/data
- quickstatements-data:/quickstatements/data:ro
depends_on:
- wikibase
networks:
Expand All @@ -289,8 +289,6 @@ services:
- "WB_PROPERTY_PREFIX=Property:"
- WB_ITEM_NAMESPACE=120
- "WB_ITEM_PREFIX=Item:"
- OAUTH_CONSUMER_KEY=${OAUTH_CONSUMER_KEY}
- OAUTH_CONSUMER_SECRET=${OAUTH_CONSUMER_SECRET}

traefik:
restart: always
Expand Down
Loading