Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions hetzner/osmcha/osmcha.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
18 changes: 11 additions & 7 deletions hetzner/osmcha/osmcha.production.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -33,4 +37,4 @@ volumes:
name: osmcha_staticfiles_11102025
ohmx_db:
driver: local
name: ohmx_db
name: ohmx_db_production_06012026
Loading