From 40bb3517f619757ba03ac809921e7ad0814fbf82 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Tue, 20 Jan 2026 10:36:02 -0500 Subject: [PATCH] Update deploy config for ohmx-osmcha --- hetzner/osmcha/osmcha.base.yml | 8 ++++---- hetzner/osmcha/osmcha.production.yml | 18 +++++++++++------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/hetzner/osmcha/osmcha.base.yml b/hetzner/osmcha/osmcha.base.yml index 3d8d0711..062208ba 100644 --- a/hetzner/osmcha/osmcha.base.yml +++ b/hetzner/osmcha/osmcha.base.yml @@ -94,10 +94,10 @@ services: container_name: osmcha_ohmx_adiff_staging environment: - API_URL=https://api.openhistoricalmap.org - - PLANET_PBF_URL=https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-250807_0102.osm.pbf + - PLANET_PBF_URL=https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-260106_0350.osm.pbf - MINUTE_REPLICATION_URL=https://planet.openhistoricalmap.org/?prefix=replication/minute/ # Add OSMX_INITIAL_SEQNUM to start from a specific sequence number - # - OSMX_INITIAL_SEQNUM=1810000 + # - OSMX_INITIAL_SEQNUM=1881020 - AWS_S3_BUCKET=planet.openhistoricalmap.org env_file: - ./.env.osmcha.staging @@ -107,8 +107,8 @@ services: - ${HOME}/.aws:/root/.aws:ro networks: - ohm_network - cpus: '4.0' - mem_limit: 10G + cpus: '8.0' + mem_limit: 20G volumes: osmcha_db_data: diff --git a/hetzner/osmcha/osmcha.production.yml b/hetzner/osmcha/osmcha.production.yml index 31a40824..da5e29c8 100644 --- a/hetzner/osmcha/osmcha.production.yml +++ b/hetzner/osmcha/osmcha.production.yml @@ -1,28 +1,32 @@ services: osmcha-db: container_name: osmcha-db_production - env_file: ./.env.osmcha.production + env_file: !override + - ./.env.osmcha.production osmcha-redis: container_name: osmcha-redis_production osmcha-init: container_name: osmcha-init_production - env_file: ./.env.osmcha.production - + env_file: !override + - ./.env.osmcha.production osmcha-api: container_name: osmcha-api_production - env_file: ./.env.osmcha.production + env_file: !override + - ./.env.osmcha.production frontend-nginx: container_name: frontend-nginx_production osmcha-cron: container_name: osmcha-cron_production - env_file: ./.env.osmcha.production + env_file: !override + - ./.env.osmcha.production osmcha_ohmx_adiff: container_name: osmcha_ohmx_adiff_production - env_file: ./.env.osmcha.production + env_file: !override + - ./.env.osmcha.production volumes: osmcha_db_data: @@ -33,4 +37,4 @@ volumes: name: osmcha_staticfiles_11102025 ohmx_db: driver: local - name: ohmx_db + name: ohmx_db_production_06012026