Исправил импорт данных с привязкой спутников
This commit is contained in:
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user