remote update
This commit is contained in:
9
run-remote.sh
Normal file
9
run-remote.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
# Load .env variables
|
||||
if [ -f .env ]; then
|
||||
export $(cat .env | grep -v '#' | awk '/=/ {print $1}')
|
||||
fi
|
||||
|
||||
echo "Using PBF file: ${HOST_PBF_PATH:-./europe-latest.osm.pbf}"
|
||||
docker compose -f docker-compose-remote.yml --profile import up --build importer
|
||||
docker compose -f docker-compose-remote.yml build --no-cache
|
||||
Reference in New Issue
Block a user