test change
ci/woodpecker/push/build Pipeline was successful Szczegóły
ci/woodpecker/pr/build Pipeline failed Szczegóły

feature/optionalization
mtyton 2023-09-24 16:53:32 +02:00
rodzic 44b0973e63
commit f10f10019e
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -35,7 +35,7 @@ services:
test_beat:
build:
context: .
dockerfile: Dockerfile
dockerfile: Dockerfile.local
command: celery -A artel beat -l info --scheduler django_celery_beat.schedulers:DatabaseScheduler
environment:
- SECRET_KEY=RandomKey
@ -48,7 +48,7 @@ services:
test_worker:
build:
context: .
dockerfile: Dockerfile
dockerfile: Dockerfile.local
command: celery -A artel worker -l info
environment:
- SECRET_KEY=RandomKey