File tree Expand file tree Collapse file tree 2 files changed +15
-11
lines changed
Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ services:
9494 container_name : osmcha_ohmx_adiff_staging
9595 environment :
9696 - API_URL=https://api.openhistoricalmap.org
97- - PLANET_PBF_URL=https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-250807_0102 .osm.pbf
97+ - PLANET_PBF_URL=https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-260106_0350 .osm.pbf
9898 - MINUTE_REPLICATION_URL=https://planet.openhistoricalmap.org/?prefix=replication/minute/
9999 # Add OSMX_INITIAL_SEQNUM to start from a specific sequence number
100- # - OSMX_INITIAL_SEQNUM=1810000
100+ # - OSMX_INITIAL_SEQNUM=1881020
101101 - AWS_S3_BUCKET=planet.openhistoricalmap.org
102102 env_file :
103103 - ./.env.osmcha.staging
@@ -107,8 +107,8 @@ services:
107107 - ${HOME}/.aws:/root/.aws:ro
108108 networks :
109109 - ohm_network
110- cpus : ' 4 .0'
111- mem_limit : 10G
110+ cpus : ' 8 .0'
111+ mem_limit : 20G
112112
113113volumes :
114114 osmcha_db_data :
Original file line number Diff line number Diff line change 11services :
22 osmcha-db :
33 container_name : osmcha-db_production
4- env_file : ./.env.osmcha.production
4+ env_file : !override
5+ - ./.env.osmcha.production
56 osmcha-redis :
67 container_name : osmcha-redis_production
78
89 osmcha-init :
910 container_name : osmcha-init_production
10- env_file : ./.env.osmcha.production
11-
11+ env_file : !override
12+ - ./.env.osmcha.production
1213 osmcha-api :
1314 container_name : osmcha-api_production
14- env_file : ./.env.osmcha.production
15+ env_file : !override
16+ - ./.env.osmcha.production
1517
1618 frontend-nginx :
1719 container_name : frontend-nginx_production
1820
1921 osmcha-cron :
2022 container_name : osmcha-cron_production
21- env_file : ./.env.osmcha.production
23+ env_file : !override
24+ - ./.env.osmcha.production
2225
2326 osmcha_ohmx_adiff :
2427 container_name : osmcha_ohmx_adiff_production
25- env_file : ./.env.osmcha.production
28+ env_file : !override
29+ - ./.env.osmcha.production
2630
2731volumes :
2832 osmcha_db_data :
@@ -33,4 +37,4 @@ volumes:
3337 name : osmcha_staticfiles_11102025
3438 ohmx_db :
3539 driver : local
36- name : ohmx_db
40+ name : ohmx_db_production_06012026
You can’t perform that action at this time.
0 commit comments