georchestra / docker

Quick start geOrchestra with docker
18 stars 21 forks source link

Drop usage of separate containers with envsubst and copy-datadir #291

Open edevosc2c opened 2 months ago

edevosc2c commented 2 months ago

The usage of separate containers with envsubst and copy-datadir makes the development difficult, as sometimes the new files are not updated. We are trying to like in Kubernetes (init containers) but we are not in Kubernetes.

I think we should include envsubst only in the concerned containers: security-proxy, datafeeder and ogc-api-records. And execute this initialization in the containers.

We should think about the Kubernetes usage too.