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