@@ -28,15 +28,15 services: | |||
|
28 | 28 | volumes: |
|
29 | 29 | - '${DOCKER_DATA}/redis:/data' |
|
30 | 30 | |
|
31 | celery_worker: | |
|
32 | container_name: 'radarsys-celery' | |
|
33 | image: radarsys | |
|
34 | env_file: .env | |
|
35 | command: celery -A radarsys worker -l info | |
|
36 | volumes_from: | |
|
37 | - web | |
|
38 | depends_on: | |
|
39 | - web | |
|
31 | # celery_worker: | |
|
32 | # container_name: 'radarsys-celery' | |
|
33 | # image: radarsys | |
|
34 | # env_file: .env | |
|
35 | # command: celery -A radarsys worker -l info | |
|
36 | # volumes_from: | |
|
37 | # - web | |
|
38 | # depends_on: | |
|
39 | # - web | |
|
40 | 40 | |
|
41 | 41 | # PostgreSQL |
|
42 | 42 | postgres: |
General Comments 0
You need to be logged in to leave comments.
Login now