env_file
env_file: .env env_file:
- ./common.env
- ./apps/web.env
- /opt/runtime_opts.env # Set Rails/Rack environment
RACK_ENV=development services:
some-service:
env_file:
- a.env
- b.envLast updated
env_file: .env env_file:
- ./common.env
- ./apps/web.env
- /opt/runtime_opts.env # Set Rails/Rack environment
RACK_ENV=development services:
some-service:
env_file:
- a.env
- b.envLast updated
# a.env
VAR=1 # b.env
VAR=hello