mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-11 21:18:35 +03:00
added database migrations + soft delete
This commit is contained in:
@@ -46,6 +46,7 @@ services:
|
||||
build: ./src
|
||||
restart: always
|
||||
command: flower --app=worker.celery --port=5555 --broker=redis://:${REDIS_PASSWORD}@redis:6379/0 --basic_auth=${FLOWER_USERNAME}:${FLOWER_PASSWORD}
|
||||
env_file: src/.env
|
||||
ports:
|
||||
- 5556:5555
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user