Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
745624b
compose.yml and .env added to paperless service.
Apr 5, 2026
ed87cd3
Include paperless service README
Apr 5, 2026
8ae55d8
Error paperless service README
Apr 5, 2026
822a8df
Add PUID, GUID to environment. Align environment variables with templ…
Apr 6, 2026
24300ec
Merge branch 'main' into main
michaelhodges Apr 6, 2026
24686d6
Remove volumes and incorporate the local storage principle as outline…
Apr 6, 2026
216de08
Restored comments.
Apr 6, 2026
3659a92
Merge branch 'main' into main
michaelhodges Apr 6, 2026
534c6dc
Place TZ in .env
Apr 6, 2026
242a5e2
Add TZ variable to environment.
Apr 6, 2026
ad8683b
Merge remote-tracking branch 'refs/remotes/origin/main'
Apr 6, 2026
e853e86
Revert "Restored comments."
Apr 6, 2026
5fb8e45
Restore Comments
Apr 6, 2026
d424bca
Revert
michaelhodges Apr 7, 2026
740dc96
Merge branch 'HEAD' of git@github.com:michaelhodges/ScaleTail.git
michaelhodges Apr 7, 2026
14d6ab4
Revert changes made to template files.
michaelhodges Apr 7, 2026
3338b80
Set SERVICEPORT to 80 in .env configuration
crypt0rr Apr 7, 2026
082675a
Update to include paperless-ngx
michaelhodges Apr 7, 2026
dd4b2ed
Merge remote-tracking branch 'refs/remotes/origin/main'
michaelhodges Apr 7, 2026
e4dd62b
Merge branch 'main' into main
michaelhodges Apr 7, 2026
6ecf741
Update README with Tailscale service configuration
crypt0rr Apr 8, 2026
d6d5822
Move TZ environment variable to .env file
michaelhodges Apr 8, 2026
6cc7e4a
Merge branch 'tailscale-dev:main' into template_update
michaelhodges Apr 9, 2026
428490d
Update .env
michaelhodges Apr 9, 2026
c326917
Merge branch 'tailscale-dev:main' into template_update
michaelhodges Apr 10, 2026
4970f4c
Area to declare container environment variables.
michaelhodges Apr 10, 2026
42f161f
Merge branch 'main' into template_update
crypt0rr Apr 10, 2026
5943197
Timezone
crypt0rr Apr 11, 2026
1b6ffb3
Update time zone configuration across multiple services to use enviro…
crypt0rr Apr 11, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions services/actual-budget/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ DNS_SERVER=9.9.9.9 # Preferred DNS server for Tailscale. Uncomment the "dns:" se
# Tailscale Configuration
TS_AUTHKEY= # Auth key from https://tailscale.com/admin/authkeys. See: https://tailscale.com/kb/1085/auth-keys#generate-an-auth-key for instructions.

# Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# Optional Service variables
# PUID=1000
2 changes: 1 addition & 1 deletion services/actual-budget/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
- TZ=${TZ}
# Uncomment any of the lines below to set configuration options.
# - ACTUAL_HTTPS_KEY=/data/selfhost.key
# - ACTUAL_HTTPS_CERT=/data/selfhost.crt
Expand Down
3 changes: 3 additions & 0 deletions services/adguardhome-sync/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ DNS_SERVER=9.9.9.9
# Tailscale Configuration
TS_AUTHKEY=

# Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# Optional Service variables
# PUID=1000
2 changes: 1 addition & 1 deletion services/adguardhome-sync/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
container_name: app-${SERVICE} # Name for local container management
command: run
environment:
- TZ=Europe/Amsterdam
- TZ=${TZ}
# Origin AdGuardHome
- ORIGIN_URL=http://192.168.1.1:3000 #Your origin Adguard Home instance -> change as necessary
- ORIGIN_USERNAME=username #change as necessary
Expand Down
3 changes: 3 additions & 0 deletions services/adguardhome/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ DNS_SERVER=9.9.9.9
# Tailscale Configuration
TS_AUTHKEY=

# Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# Optional Service variables
# PUID=1000
4 changes: 2 additions & 2 deletions services/adguardhome/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
network_mode: service:tailscale # Sidecar configuration to route ${SERVICE} through Tailscale
container_name: app-${SERVICE} # Name for local container management
environment:
- TZ=Europe/Amsterdam
- TZ=${TZ}
volumes:
- ./${SERVICE}-data/workdir:/opt/adguardhome/work # Work directory for Adguard Home - you may need to change the path
- ./${SERVICE}-data/configdir:/opt/adguardhome/conf # Config directory for Adguard Home - you may need to change the path
Expand All @@ -67,4 +67,4 @@ services:
timeout: 10s # Time to wait for the check to succeed
retries: 3 # Number of retries before marking as unhealthy
start_period: 30s # Time to wait before starting health checks
restart: always
restart: always
3 changes: 3 additions & 0 deletions services/anchor/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ DNS_SERVER=9.9.9.9 # Preferred DNS server for Tailscale. Uncomment the "dns:" se
# Tailscale Configuration
TS_AUTHKEY= # Auth key from https://tailscale.com/admin/authkeys. See: https://tailscale.com/kb/1085/auth-keys#generate-an-auth-key for instructions.

# Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# Optional Service variables
# PUID=1000
4 changes: 2 additions & 2 deletions services/anchor/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
- TZ=${TZ}
volumes:
- ./${SERVICE}-data:/data
depends_on:
Expand All @@ -67,4 +67,4 @@ services:
timeout: 10s # Time to wait for the check to succeed
retries: 3 # Number of retries before marking as unhealthy
start_period: 30s # Time to wait before starting health checks
restart: always
restart: always
3 changes: 3 additions & 0 deletions services/arcane/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ DNS_SERVER=9.9.9.9 # Preferred DNS server for Tailscale. Uncomment the "dns:" se
# Tailscale Configuration
TS_AUTHKEY= # Auth key from https://tailscale.com/admin/authkeys. See: https://tailscale.com/kb/1085/auth-keys#generate-an-auth-key for instructions.

# Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# Optional Service variables
TAILNET_NAME= # for example: tail-scale
3 changes: 3 additions & 0 deletions services/audiobookshelf/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ DNS_SERVER=9.9.9.9
# Tailscale Configuration
TS_AUTHKEY=

# Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# Optional Service variables
# PUID=1000
2 changes: 1 addition & 1 deletion services/audiobookshelf/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
- TZ=${TZ}
volumes:
- ./${SERVICE}-data/app/config:/config
- ./${SERVICE}-data/app/audiobooks:/audiobooks
Expand Down
3 changes: 3 additions & 0 deletions services/bazarr/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ DNS_SERVER=9.9.9.9
# Tailscale Configuration
TS_AUTHKEY=

# Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# Optional Service variables
# PUID=1000
4 changes: 2 additions & 2 deletions services/bazarr/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
- TZ=${TZ}
volumes:
- ./${SERVICE}-data/config:/config
- ./${SERVICE}-data/media/movies:/movies
Expand All @@ -69,4 +69,4 @@ services:
timeout: 10s # Time to wait for the check to succeed
retries: 3 # Number of retries before marking as unhealthy
start_period: 30s # Time to wait before starting health checks
restart: always
restart: always
3 changes: 3 additions & 0 deletions services/bentopdf/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ DNS_SERVER=9.9.9.9
# Tailscale Configuration
TS_AUTHKEY=

# Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# Optional Service variables
# PUID=1000
2 changes: 1 addition & 1 deletion services/bentopdf/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
- TZ=${TZ}
volumes:
- ./${SERVICE}-data/app/config:/config
depends_on:
Expand Down
3 changes: 3 additions & 0 deletions services/beszel-agent/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ DNS_SERVER=9.9.9.9
# Tailscale Configuration
TS_AUTHKEY=

# Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# Optional Service variables
# PUID=1000
3 changes: 3 additions & 0 deletions services/beszel-hub/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ DNS_SERVER=9.9.9.9
# Tailscale Configuration
TS_AUTHKEY=

# Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# Optional Service variables
# PUID=1000
4 changes: 2 additions & 2 deletions services/beszel-hub/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
- TZ=${TZ}
volumes:
- ./${SERVICE}-data/beszel_data:/beszel_data # Work directory for Beszel Hub - you may need to change the path
depends_on:
Expand All @@ -67,4 +67,4 @@ services:
timeout: 10s # Time to wait for the check to succeed
retries: 3 # Number of retries before marking as unhealthy
start_period: 30s # Time to wait before starting health checks
restart: always
restart: always
3 changes: 3 additions & 0 deletions services/booklore/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ DNS_SERVER=9.9.9.9
# Tailscale Configuration
TS_AUTHKEY= # Add your TS authkey

# Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# Optional Service variables

# MariaDB Credentials
Expand Down
3 changes: 3 additions & 0 deletions services/caddy/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ DNS_SERVER=9.9.9.9
# Tailscale Configuration
TS_AUTHKEY=

# Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# Optional Service variables
# PUID=1000
2 changes: 1 addition & 1 deletion services/caddy/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
- TZ=${TZ}
volumes:
- $PWD/Caddyfile:/etc/caddy/Caddyfile
- $PWD/site:/srv
Expand Down
3 changes: 3 additions & 0 deletions services/changedetection/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ DNS_SERVER=9.9.9.9
# Tailscale Configuration
TS_AUTHKEY=

# Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# Optional Service variables
# PUID=1000
4 changes: 2 additions & 2 deletions services/changedetection/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
- TZ=${TZ}
volumes:
- ./${SERVICE}-data/datastore:/datastore
depends_on:
Expand All @@ -67,4 +67,4 @@ services:
timeout: 10s # Time to wait for the check to succeed
retries: 3 # Number of retries before marking as unhealthy
start_period: 30s # Time to wait before starting health checks
restart: always
restart: always
3 changes: 3 additions & 0 deletions services/clipcascade/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ DNS_SERVER=9.9.9.9
# Tailscale Configuration
TS_AUTHKEY=

# Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# Optional Service variables
# PUID=1000
2 changes: 1 addition & 1 deletion services/clipcascade/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
# - CC_ALLOWED_ORIGINS=https://clipcascade.example.com
# - CC_SERVER_DB_PASSWORD=QjuGlhE3uwylBBANMkX1 o2MdEoFgbU5XkFvTftky
# - CC_SERVER_LOGGING_LEVEL=DEBUG
- TZ=Europe/Amsterdam
- TZ=${TZ}
volumes:
- ./${SERVICE}-data/cc_users:/database
depends_on:
Expand Down
3 changes: 3 additions & 0 deletions services/coder/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ DNS_SERVER=9.9.9.9
# Tailscale Configuration
TS_AUTHKEY=

# Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# Optional Service variables
# PUID=1000

Expand Down
3 changes: 3 additions & 0 deletions services/configarr/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ DNS_SERVER=9.9.9.9
# Tailscale Configuration
TS_AUTHKEY=

# Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# Optional Service variables
# PUID=1000
2 changes: 1 addition & 1 deletion services/configarr/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
network_mode: service:tailscale # Sidecar configuration to route ${SERVICE} through Tailscale
container_name: app-${SERVICE} # Name for local container management
environment:
- TZ=Europe/Amsterdam
- TZ=${TZ}
volumes:
- ./${SERVICE}-data/config:/app/config
- ${PWD}/${SERVICE}-data/dockerrepos:/app/repos
Expand Down
3 changes: 3 additions & 0 deletions services/convertx/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ DNS_SERVER=9.9.9.9
# Tailscale Configuration
TS_AUTHKEY=

# Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# Optional Service variables
# PUID=1000
3 changes: 3 additions & 0 deletions services/copyparty/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ DNS_SERVER=9.9.9.9
# Tailscale Configuration
TS_AUTHKEY=

# Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# Optional Service variables
# PUID=1000
3 changes: 3 additions & 0 deletions services/cyberchef/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ DNS_SERVER=9.9.9.9
# Tailscale Configuration
TS_AUTHKEY=

# Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# Optional Service variables
# PUID=1000
4 changes: 2 additions & 2 deletions services/cyberchef/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
network_mode: service:tailscale # Sidecar configuration to route ${SERVICE} through Tailscale
container_name: app-${SERVICE} # Name for local container management
environment:
- TZ=Europe/Amsterdam
- TZ=${TZ}
depends_on:
tailscale:
condition: service_healthy
Expand All @@ -63,4 +63,4 @@ services:
timeout: 10s # Time to wait for the check to succeed
retries: 3 # Number of retries before marking as unhealthy
start_period: 30s # Time to wait before starting health checks
restart: always
restart: always
3 changes: 3 additions & 0 deletions services/ddns-updater/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ DNS_SERVER=9.9.9.9
# Tailscale Configuration
TS_AUTHKEY=

# Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# Optional Service variables
# PUID=1000
4 changes: 2 additions & 2 deletions services/ddns-updater/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
network_mode: service:tailscale # Sidecar configuration to route ${SERVICE} through Tailscale
container_name: app-${SERVICE} # Name for local container management
environment:
- TZ=Europe/Amsterdam
- TZ=${TZ}
- CONFIG=
- PERIOD=5m
- UPDATE_COOLDOWN_PERIOD=5m
Expand Down Expand Up @@ -88,4 +88,4 @@ services:
timeout: 10s # Time to wait for the check to succeed
retries: 3 # Number of retries before marking as unhealthy
start_period: 30s # Time to wait before starting health checks
restart: always
restart: always
3 changes: 3 additions & 0 deletions services/dockhand/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ DNS_SERVER=9.9.9.9 # Preferred DNS server for Tailscale. Uncomment the "dns:" se
# Tailscale Configuration
TS_AUTHKEY= # Auth key from https://tailscale.com/admin/authkeys. See: https://tailscale.com/kb/1085/auth-keys#generate-an-auth-key for instructions.

# Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# Optional Service variables
# PUID=1000
3 changes: 3 additions & 0 deletions services/docmost/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ DNS_SERVER=9.9.9.9
# Tailscale Configuration
TS_AUTHKEY=

# Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# Optional Service variables
# PUID=1000
3 changes: 3 additions & 0 deletions services/donetick/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ DNS_SERVER=9.9.9.9
# Tailscale Configuration
TS_AUTHKEY=

# Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# Optional Service variables
# PUID=1000
Loading