Второй трай фикса celery

This commit is contained in:
2025-12-02 17:12:42 +03:00
parent 3388f787c7
commit 118c86a73c
4 changed files with 8 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ services:
# build:
# context: ./dbapp
# dockerfile: Dockerfile
image: https://registry.geraltserv.ru/geolocation:latest
image: registry.geraltserv.ru/geolocation:latest
env_file:
- .env.prod
depends_on:
@@ -18,7 +18,7 @@ services:
# build:
# context: ./dbapp
# dockerfile: Dockerfile
image: https://registry.geraltserv.ru/geolocation:latest
image: registry.geraltserv.ru/geolocation:latest
env_file:
- .env.prod
entrypoint: ["/app/entrypoint-celery.sh"]