CUCB / CUCB/website

De-duplicate environment variable handling in docker-compose files

Open
#123 0 comments 0 reactions 0 assignees View on GitHub
enhancement nice to have
Dominant language
TypeScript
Stars
4
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Currently, the docker-compose files all rely on docker-compose reading a `.env` file, and then we manually add each environment variable to the `environment` field in `docker-compose.yml`. For SvelteKit, we should be able to write variables to `.env.local` and mount that into the container instead, and this will make things less confusing if we need to add variables in the future as they'll only need adding in the one place.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.