Update: docker image & Fix: line endings
This commit is contained in:
parent
bcb3dedc36
commit
7e6dd9d82d
1 changed files with 11 additions and 11 deletions
|
@ -7,7 +7,7 @@ services:
|
|||
dockerfile: Dockerfile
|
||||
args:
|
||||
- USER_ID=1000
|
||||
image: gallery-archivist:dev
|
||||
image: git.aroy-art.com/aroy/gallery-archivist:dev
|
||||
#container_name: django
|
||||
command: >
|
||||
sh -c "cd archivist
|
||||
|
@ -27,7 +27,7 @@ services:
|
|||
|
||||
celery-worker:
|
||||
#build: .
|
||||
image: gallery-archivist:dev
|
||||
image: git.aroy-art.com/aroy/gallery-archivist:dev
|
||||
#container_name: celery_worker
|
||||
command: >
|
||||
sh -c "cd archivist
|
||||
|
@ -44,7 +44,7 @@ services:
|
|||
|
||||
celery-beat:
|
||||
#build: .
|
||||
image: gallery-archivist:dev
|
||||
image: git.aroy-art.com/aroy/gallery-archivist:dev
|
||||
command: >
|
||||
sh -c "cd archivist
|
||||
&& celery -A core beat -l INFO"
|
||||
|
|
Loading…
Reference in a new issue