somakeit / smib

1 stars 0 forks source link

Add optional env file to git branch compose files #153

Closed sam57719 closed 3 months ago

sam57719 commented 3 months ago

Added to docker-compose-develop.yml and docker-compose-master.yml

This allows a .env to be specified locally (outside the GIT context). The .env file variables get injected into the container as per the BAU docker compose processing.

THis also still allows external config as per the README.MD