Commit Graph

5 Commits

Author SHA1 Message Date
nobohan fad138600a Add disk for database and tiles, instructions for import 2023-06-22 12:11:43 +02:00
nobohan 291ef08507 FEATURE: add a command for accessing the bash terminal 2023-06-22 11:08:13 +02:00
Robin C. Ladiges cffbd7be5b
changed volume paths ; FLAT_NODES=enabled (#261)
Changes:
- /var/lib/postgresql/14/main/            => /data/database/
- /var/lib/mod_tile/                      => /data/tiles/
- /home/renderer/src/openstreetmap-carto/ => /data/style/
- /data.osm.pbf                           => /data/region.osm.pbf
- /data.poly                              => /data/region.poly
- /nodes/flat_nodes.bin                   => deprecated (use FLAT_NODES=enabled instead)

Because some files are needed later and should never be separated from the database, the import does save those files now into /data/databases/:
- /data/database/region.poly
- /data/database/flat_nodes.bin
- /data/database/planet-import-complete
- and automatic update artifacts
2022-04-09 15:00:29 +02:00
galewis2 f1203714c1
Upgrade versions (#248) 2022-03-28 09:12:13 -04:00
Alexander Overvoorde 010f87d711 Change example server port to 8080 and include Docker Compose example 2019-12-22 13:53:12 +01:00