Skip to content

Commit 85fe63c

Browse files
committed
Migrate services to a new server
1 parent 330ba1c commit 85fe63c

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

hetzner/nominatim/nominatim.base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
volumes:
66
- nominatim_data:/var/lib/postgresql/16/main
77
environment:
8-
PBF_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-250716_0101.osm.pbf
8+
PBF_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-260408_0307.osm.pbf
99
REPLICATION_URL: http://planet.openhistoricalmap.org.s3.amazonaws.com/replication/minute
1010
REPLICATION_UPDATE_INTERVAL: 60
1111
REPLICATION_RECHECK_INTERVAL: 30

hetzner/osmcha/osmcha.production.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ services:
44
container_name: osmcha_ohmx_adiff
55
environment:
66
- API_URL=https://api.${OHM_DOMAIN}
7-
- PLANET_PBF_URL=https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-260106_0350.osm.pbf
7+
- PLANET_PBF_URL=https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-260408_0307.osm.pbf
88
- MINUTE_REPLICATION_URL=https://planet.openhistoricalmap.org/?prefix=replication/minute/
99
# Add OSMX_INITIAL_SEQNUM to start from a specific sequence number
10-
# - OSMX_INITIAL_SEQNUM=1881020
10+
# - OSMX_INITIAL_SEQNUM=1900000
1111
- AWS_S3_BUCKET=planet.openhistoricalmap.org
1212
env_file:
1313
- ./.env.osmcha
@@ -22,5 +22,5 @@ services:
2222
- ${PWD}/images/ohmx-adiff-builder/update.sh:/app/update.sh
2323
networks:
2424
- ohm_network
25-
cpus: '8.0'
26-
mem_limit: 20G
25+
# cpus: '8.0'
26+
# mem_limit: 20G

hetzner/overpass/overpass.base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ services:
99
environment:
1010
OVERPASS_META: attic
1111
OVERPASS_MODE: init
12-
OVERPASS_PLANET_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-260216_0301.osm.pbf
12+
OVERPASS_PLANET_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-260408_0307.osm.pbf
1313
OVERPASS_DIFF_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/replication/minute
1414
OVERPASS_RULES_LOAD: 10
15-
OVERPASS_REPLICATION_SEQUENCE_NUMBER: 1796000
15+
OVERPASS_REPLICATION_SEQUENCE_NUMBER: 1900000
1616
OVERPASS_ALLOW_DUPLICATE_QUERIES: yes
1717
restart: always
1818
## Disable healthcheck during initialization phase to prevent premature restarts
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
services:
22
overpass:
3-
mem_limit: 16g
4-
cpus: "8.0"
3+
# mem_limit: 16g
4+
# cpus: "8.0"

0 commit comments

Comments
 (0)