Skip to content
Snippets Groups Projects
Commit cf28c960 authored by AndiMajore's avatar AndiMajore
Browse files

fixed environment ad docker-compose file

parent 0e8a69cc
No related branches found
No related tags found
No related merge requests found
Pipeline #12560 failed
......@@ -88,6 +88,7 @@ services:
- "scripts/start_celery_beat.sh"
container_name: drugstone_celery_beat
hostname: drugstone_celery_beat
restart: always
env_file:
- './docker-django.env'
depends_on:
......
......@@ -72,6 +72,7 @@ services:
command:
- "sh"
- "scripts/start_celery_beat.sh"
restart: always
image: drugstone_backend
container_name: drugstone_celery_beat
hostname: drugstone_celery_beat
......
......@@ -10,4 +10,6 @@ SQL_HOST=drugstone_postgres
SQL_PORT=5432
REDIS_HOST=redis
REDIS_PORT=6379
GT_THREADS=16
\ No newline at end of file
GT_THREADS=16
DJANGO_SETTINGS_MODULE=drugstone.settings
CELERY_BROKER_URL=redis://redis:6379/0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment