forked from FF-RGB/ansible
tileserver: pull on deployment, fix path for 3.1.x
This commit is contained in:
parent
4da5ac5ab6
commit
f8380524ec
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"options": {
|
"options": {
|
||||||
"paths": {
|
"paths": {
|
||||||
"root": "/usr/src/app/node_modules/tileserver-gl-styles",
|
"root": "/app/node_modules/tileserver-gl-styles",
|
||||||
"fonts": "fonts",
|
"fonts": "fonts",
|
||||||
"styles": "/data/styles",
|
"styles": "/data/styles",
|
||||||
"mbtiles": "/data"
|
"mbtiles": "/data"
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
pull: yes
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
state: started
|
state: started
|
||||||
tty: yes
|
tty: yes
|
||||||
|
Loading…
Reference in New Issue
Block a user