Skip to content

Commit

Permalink
brostar -> brostar_api last changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JJFlorian committed Apr 2, 2024
1 parent 79f805e commit be9e2b0
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 @@ -19,13 +19,13 @@ services:

celery:
environment:
- DJANGO_SETTINGS_MODULE=brostar.settings
- DJANGO_SETTINGS_MODULE=brostar_api.settings
- FIELD_ENCRYPTION_KEY="DUMMY-NEEDS-PROD-SETTING-Xgb1GczqZe909UMNc4="
- NENS_AUTH_ISSUER
- NENS_AUTH_CLIENT_ID
- NENS_AUTH_CLIENT_SECRET
build: .
command: celery -A brostar worker --loglevel=INFO
command: celery -A brostar_api worker --loglevel=INFO
volumes:
- .:/code
links:
Expand Down

0 comments on commit be9e2b0

Please sign in to comment.