remove the seeder

This commit is contained in:
Shautvast 2026-04-03 21:13:31 +02:00
parent 31cfd59b92
commit 6457c9d20e

View file

@ -31,20 +31,6 @@ services:
- osrm-walking - osrm-walking
- osrm-cycling - 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: postgres:
build: build:
context: . context: .