Commit Graph
10 Commits
Author SHA1 Message Date
Robin C. LadigesandGitHub 5572c9722e create /data/database/postgres/ if missing (#273)
fix for issue #271
2022-05-02 00:43:17 +02:00
Robin C. LadigesandGitHub 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
Robin C. LadigesandGitHub d0673dc72d cancel outdated jobs for the same reference (#263) 2022-04-09 08:45:57 +02:00
Robin C. LadigesandGitHub ef7ba04540 badge with latest semver tag on docker hub (#262) 2022-04-08 23:48:31 +02:00
Robin C. LadigesandGitHub 522f66437c Build, test and deploy with Github Actions (#260)
* workflow: build and test pushes and pull_requests to master ; deploy image to GHCR

* improved tiles verification (*)

- Export the tiles as an artifact before verifying.
- Only empty.png is verified via checksum.
- Verify that all tiles are image/png files.
- Verify that all tiles are different from another.

* import and start the test server with automatic updates

* DockerHub deployment (*)

if secrets.DOCKERHUB_USERNAME and secrets.DOCKERHUB_PASSWORD are non-empty
2022-04-08 22:50:56 +02:00
Robin C. LadigesandGitHub 26a4b9f239 OSM2PGSQL_EXTRA_ARGS inside quotes
This commit fixes issue #133.
2020-05-15 16:24:01 +02:00
Robin C. LadigesandGitHub 6834a20707 README.md use the named data volume everywhere 2019-07-11 22:26:18 +02:00
Robin C. LadigesandGitHub ce15672ca1 README.md fix: line break after command 2019-07-10 14:09:12 +02:00
Robin C. LadigesandGitHub a21931792a README.md fix: docker run options order
docker run options must be before the image declaration
2019-07-10 14:00:08 +02:00
Robin C. LadigesandGitHub 1cca710a02 README.md consistent indentation 2019-07-10 13:58:18 +02:00