envorigin 0.4.0

Explain where environment variables come from in Docker Compose and GitHub Actions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
services:
  web:
    image: nginx
    env_file:
      - ./env/web.env
    environment:
      API_TOKEN: sk-live-12345
      VAULT_TOKEN: vault:secret/data/db#password
      EXAMPLE_TOKEN: changeme
      UNUSED_FLAG:
      BROKEN: ${UNDEFINED_VAR}
      SHADOWED: compose_wins