remove the seeder
This commit is contained in:
parent
31cfd59b92
commit
6457c9d20e
1 changed files with 0 additions and 14 deletions
|
|
@ -31,20 +31,6 @@ services:
|
|||
- osrm-walking
|
||||
- osrm-cycling
|
||||
|
||||
tile-seeder:
|
||||
image: python:3-slim
|
||||
networks:
|
||||
- maps-net
|
||||
volumes:
|
||||
- ./scripts:/scripts:ro
|
||||
environment:
|
||||
BACKEND_URL: "http://backend:8080"
|
||||
SEED_WORKERS: "4"
|
||||
command: python3 /scripts/seed_tiles.py
|
||||
restart: "no"
|
||||
depends_on:
|
||||
- backend
|
||||
|
||||
postgres:
|
||||
build:
|
||||
context: .
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue