Compare commits
2 commits
b0161d0d23
...
9ea6050dd9
Author | SHA1 | Date | |
---|---|---|---|
9ea6050dd9 | |||
43808bd20c |
1 changed files with 4 additions and 4 deletions
|
@ -31,7 +31,7 @@ services:
|
||||||
#container_name: celery_worker
|
#container_name: celery_worker
|
||||||
command: >
|
command: >
|
||||||
sh -c "cd archivist
|
sh -c "cd archivist
|
||||||
&& celery -A archivist worker -l INFO"
|
&& celery -A core worker -l INFO"
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app/
|
- .:/app/
|
||||||
environment:
|
environment:
|
||||||
|
@ -46,7 +46,7 @@ services:
|
||||||
image: git.aroy-art.com/aroy/gallery-archivist:dev
|
image: git.aroy-art.com/aroy/gallery-archivist:dev
|
||||||
command: >
|
command: >
|
||||||
sh -c "cd archivist
|
sh -c "cd archivist
|
||||||
&& celery -A archivist beat -l INFO"
|
&& celery -A core beat -l INFO"
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app/
|
- .:/app/
|
||||||
environment:
|
environment:
|
||||||
|
@ -61,7 +61,7 @@ services:
|
||||||
image: git.aroy-art.com/aroy/gallery-archivist:dev
|
image: git.aroy-art.com/aroy/gallery-archivist:dev
|
||||||
command: >
|
command: >
|
||||||
sh -c "cd archivist
|
sh -c "cd archivist
|
||||||
&& celery -A archivist flower"
|
&& celery -A core flower"
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app/
|
- .:/app/
|
||||||
environment:
|
environment:
|
||||||
|
@ -75,4 +75,4 @@ services:
|
||||||
|
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: "redis:alpine"
|
image: "eqalpha/keydb:latest"
|
||||||
|
|
Loading…
Reference in a new issue