earthcube / earthcube/geocodes
issues passing templates as ENV variables to geocodes_vue_services container
- Dominant language
- HTML
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
enable these in the docker compose files, causes a failure to build in portainer. (geocodes repos)
```
environment:
NODE_ENV: produdction
S3ADDRESS: ${GLEANER_OSS_DOMAIN}
S3KEY: ${MINIO_ROOT_ACCESS_KEY}
S3SECRET: ${MINIO_ROOT_SECRET_KEY}
S3SSL: ${S3SSL}
S3PORT: ${S3PORT}
BUCKET: ${BUCKET}
BUCKETPATH: ${BUCKETPATH}
# error in portainer about expansion of the {{}} stuff in the template
# PATHTEMPLATE: ${PATHTEMPLATE}
# TOOLTEMPLATE: ${TOOLTEMPLATE}
TOOLPATH: ${TOOLPATH}
TOOLREPO: ${TOOLREPO}
URIVERSION: ${URIVERSION:-v1}
```
These are presently hard coded into server/configs/services.js
guess we change the template pattern from mustaches, to something... , so we can pass them in env variables
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.