Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions services/paperless/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
- TZ=${TZ}
- PAPERLESS_TIME_ZONE=${PAPERLESS_TIME_ZONE}
- PAPERLESS_OCR_LANGUAGE=${PAPERLESS_OCR_LANGUAGE}
- PAPERLESS_SECRET_KEY=${PAPERLESS_SECRET_KEY}
Expand All @@ -92,7 +92,7 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
- TZ=${TZ}
- POSTGRES_DB=paperless
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
Expand All @@ -105,4 +105,4 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
- TZ=${TZ}
2 changes: 1 addition & 1 deletion services/picard/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
environment:
- USER_ID=1000
- GROUP_ID=1000
- TZ=Europe/Amsterdam # Change according to your timezone or set by mapping /etc/localtime between the host and the container.
- TZ=${TZ}
volumes:
- ./${SERVICE}-data/config:/config:rw
- ./${SERVICE}-data/music:/storage:rw
Expand Down
2 changes: 1 addition & 1 deletion services/posterizarr/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}
- TERM=xterm
- RUN_TIME=disabled
user: "1000:1000"
Expand Down