From 523564132bc4ba5e0a668338a94eb7ee0b02a385 Mon Sep 17 00:00:00 2001 From: Kim Brian Ramberg Date: Mon, 13 Oct 2025 19:45:32 +0200 Subject: [PATCH] - --- ntfy/.env | 3 +++ ntfy/compose.yml | 2 +- qbittorrent/.env | 9 --------- 3 files changed, 4 insertions(+), 10 deletions(-) create mode 100644 ntfy/.env delete mode 100644 qbittorrent/.env diff --git a/ntfy/.env b/ntfy/.env new file mode 100644 index 0000000..d571eee --- /dev/null +++ b/ntfy/.env @@ -0,0 +1,3 @@ +# ntfy variables + +TZ=Europe/Oslo diff --git a/ntfy/compose.yml b/ntfy/compose.yml index 5e5ffb6..52d977b 100644 --- a/ntfy/compose.yml +++ b/ntfy/compose.yml @@ -7,7 +7,7 @@ services: command: - serve environment: - - TZ=Europe/Oslo # optional: set desired timezone + - TZ=${TZ} # optional: set desired timezone #user: UID:GID # optional: replace with your own user/group or uid/gid volumes: - /home/rcadmin/docker/ntfy/data/cache_ntfy:/var/cache/ntfy diff --git a/qbittorrent/.env b/qbittorrent/.env deleted file mode 100644 index 765e067..0000000 --- a/qbittorrent/.env +++ /dev/null @@ -1,9 +0,0 @@ -# qBittorrent variables - -PUID=1000 -PGID=1000 -TZ=Europe/Oslo -WEBUI_PORT=9150 -TORRENTING_PORT=6881 -USERNAME=qbittorrent@home.ramberg.net -PASSWORD=qBittorrent123