You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move environment variable definitions from docker-compose.yml
to dedicated .env files. This change aligns with the 12factor.net
recommendation of storing configuration in the environment.
- Introduces .env.backend.example, .env.db.example, and
.env.proxy.example to serve as templates.
- Modifies docker-compose.yml to use `env_file` for each service.
- Ensures that .env files are ignored by git.
Signed-off-by: Denys Fedoryshchenko <[email protected]>
0 commit comments