From 68e26fad5b3a9ed50bcebba4573d1989179a4b90 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 10 Jul 2020 18:19:00 +0200 Subject: [PATCH] services: transmission: use secret environment To ensure that I do not repeat the mistake from last time... --- .gitignore | 1 + docker-compose.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 46d62b5..4e61231 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /*/* !*/*.env +/*/*.env.secret # Just to document that they should definitely never be added # This is not necessary with the wildcard used in the first line, but it is clearer /letsencrypt/* diff --git a/docker-compose.yml b/docker-compose.yml index d040d39..bdc763f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -111,6 +111,7 @@ services: restart: unless-stopped env_file: - ./transmission/transmission.env + - ./transmission/transmission.env.secret volumes: - ./transmission:/config - ~/downloads:/downloads