mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-08-21 14:37:16 +00:00
Fix key ids
This commit is contained in:
@@ -3,8 +3,6 @@ services:
|
||||
#image: ultradesu/outfleet:v2
|
||||
image: outfleet:local
|
||||
container_name: outfleet-web
|
||||
# volumes:
|
||||
# - .:/app
|
||||
build:
|
||||
context: .
|
||||
ports:
|
||||
@@ -27,7 +25,7 @@ services:
|
||||
python manage.py create_admin &&
|
||||
python manage.py runserver 0.0.0.0:8000"
|
||||
worker:
|
||||
image: ultradesu/outfleet:v2
|
||||
image: outfleet:local
|
||||
container_name: outfleet-worker
|
||||
# volumes:
|
||||
# - .:/app
|
||||
@@ -46,7 +44,7 @@ services:
|
||||
command: >
|
||||
sh -c "sleep 3 && celery -A mysite worker"
|
||||
beat:
|
||||
image: ultradesu/outfleet:v2
|
||||
image: outfleet:local
|
||||
container_name: outfleet-beat
|
||||
# volumes:
|
||||
# - .:/app
|
||||
|
Reference in New Issue
Block a user