Исправил импорт данных с привязкой спутников

This commit is contained in:
2025-12-01 15:48:00 +03:00
parent c72bf12d41
commit 8d75e47abc
7 changed files with 691 additions and 531 deletions

View File

@@ -1,8 +1,9 @@
services:
web:
build:
context: ./dbapp
dockerfile: Dockerfile
# build:
# context: ./dbapp
# dockerfile: Dockerfile
image: https://registry.geraltserv.ru/geolocation:latest
env_file:
- .env.prod
depends_on:
@@ -14,9 +15,10 @@ services:
- 8000
worker:
build:
context: ./dbapp
dockerfile: Dockerfile
# build:
# context: ./dbapp
# dockerfile: Dockerfile
image: https://registry.geraltserv.ru/geolocation:latest
env_file:
- .env.prod
#entrypoint: []