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