Bump OpenMapKit date
This commit is contained in:
parent
a993e2f4ce
commit
9a83b97d33
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.12.0-200621",
|
||||
"version": "0.12.0-201021",
|
||||
"meta": {
|
||||
"title": "OpenMapKit",
|
||||
"desc-cs": "Sběr mapových dat",
|
||||
@ -8,7 +8,7 @@
|
||||
},
|
||||
"containers": {
|
||||
"openmapkit": {
|
||||
"image": "openmapkit_0.12.0-200621",
|
||||
"image": "openmapkit_0.12.0-201021",
|
||||
"mounts": {
|
||||
"openmapkit/omk_conf/add-ca-cert.env": "srv/openmapkit/add-ca-cert.env:file",
|
||||
"openmapkit/omk_conf/settings.js": "srv/openmapkit/settings.js:file",
|
||||
|
@ -1,5 +1,5 @@
|
||||
IMAGE openmapkit_0.12.0-200621
|
||||
FROM alpine3.10-nodejs10_10.19.0-200621
|
||||
IMAGE openmapkit_0.12.0-201021
|
||||
FROM alpine3.10-nodejs10_10.19.0-201021
|
||||
# libxmljs installation fails on nodejs>10
|
||||
|
||||
RUN EOF
|
||||
|
@ -4,7 +4,7 @@ set -ev
|
||||
# Volumes
|
||||
OMK_CONF="${VOLUMES_DIR}/openmapkit/omk_conf"
|
||||
OMK_DATA="${VOLUMES_DIR}/openmapkit/omk_data"
|
||||
OMK_LAYER="${LAYERS_DIR}/openmapkit_0.12.0-200621"
|
||||
OMK_LAYER="${LAYERS_DIR}/openmapkit_0.12.0-201021"
|
||||
|
||||
# Configure OpenMapKit
|
||||
export OPENMAPKIT_ADMIN_USER="admin"
|
||||
|
Loading…
Reference in New Issue
Block a user