Fix key ids

This commit is contained in:
Ultradesu
2025-03-13 01:43:33 +02:00
parent ed8bfe7f06
commit 43c86e2075
3 changed files with 16 additions and 15 deletions

View File

@@ -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