Skip to content

issues passing templates as ENV variables to geocodes_vue_services container #44

@valentinedwv

Description

@valentinedwv

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions