tileserver: pull on deployment, fix path for 3.1.x

This commit is contained in:
Markus 2021-06-08 22:07:40 +02:00
parent 4da5ac5ab6
commit f8380524ec
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"options": {
"paths": {
"root": "/usr/src/app/node_modules/tileserver-gl-styles",
"root": "/app/node_modules/tileserver-gl-styles",
"fonts": "fonts",
"styles": "/data/styles",
"mbtiles": "/data"

View File

@ -26,6 +26,7 @@
ports:
- "80:80"
- "8080:8080"
pull: yes
restart_policy: unless-stopped
state: started
tty: yes