More
This commit is contained in:
parent
128b3191e7
commit
03445188ea
54 changed files with 596953 additions and 3577 deletions
|
|
@ -31,7 +31,7 @@ services:
|
|||
OLLAMA_URL: http://host.docker.internal:11434
|
||||
OLLAMA_MODEL: gpt-oss:20b
|
||||
PUBLIC_URL: https://perfectpostcodes.schmelczer.dev
|
||||
R5_URL: http://r5:8003
|
||||
|
||||
GOOGLE_MAPS_API_KEY: "AIzaSyBgBn9LjrxHCjb9j1LZbLYpEdCJj-NkHPY"
|
||||
depends_on:
|
||||
pocketbase:
|
||||
|
|
@ -141,27 +141,6 @@ services:
|
|||
condition: service_healthy
|
||||
restart: unless-stopped
|
||||
|
||||
r5:
|
||||
init: true
|
||||
build: ./r5-java
|
||||
ports:
|
||||
- "8004:8003"
|
||||
networks:
|
||||
- dev-network
|
||||
volumes:
|
||||
- r5-network:/data/network
|
||||
- ./property-data/transit:/data/transit:ro
|
||||
- ./property-data/transit/raw:/data/transit-raw:ro
|
||||
environment:
|
||||
DATA_DIR: /data/transit
|
||||
OSM_DIR: /data/transit-raw
|
||||
NETWORK_CACHE_DIR: /data/network
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8003/health"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
start_period: 300s
|
||||
|
||||
volumes:
|
||||
pb-data:
|
||||
|
|
@ -169,7 +148,6 @@ volumes:
|
|||
cargo-target:
|
||||
frontend-node-modules:
|
||||
screenshot-cache:
|
||||
r5-network:
|
||||
gluetun-cache-v2:
|
||||
gluetun-auth:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue