Skip to content
Snippets Groups Projects
Arul Agrawal's avatar
Arul Agrawal authored
727442f7
History

docker-compose

my docker compose setups

secret handling

sensitive files are encrypted via git-crypt.

if a docker-compose.yml file contains env variable syntax, then it contains a .env file in the same folder with the secrets for that container.

Format: KEY=VALUE

It's a bit convoluted but it lets me share my configs and store the secrets at the same time.