Comment on Backup compose and env files

shadybraden@programming.dev ⁨5⁩ ⁨weeks⁩ ago

I have mine in git! I have:

-docker
  - .env
  - <thing name>
      - dockers-compose.yml

Then using docker compose --env-file …/.env -v up -d it uses the above .env file. (…/ means up one folder)

For more details and a bunch of my compose files checkout my repo! github.com/shadybraden/homelab/tree/main/docker

source
Sort:hotnewtop