Update timezones/postgres

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2023-02-01 22:30:25 +02:00
parent 1a1ff87b9d
commit 61d8314c7d
11 changed files with 2 additions and 20 deletions

View File

@@ -4,8 +4,6 @@ services:
authelia:
image: authelia/authelia
restart: unless-stopped
environment:
- TZ=Europe/Athens
volumes:
- /home/nick/configs/authelia:/config
healthcheck:
@@ -16,7 +14,7 @@ services:
user: 1000:1000
db:
image: postgres
image: postgres:14
restart: unless-stopped
environment:
- POSTGRES_USER=authelia

View File

@@ -11,7 +11,6 @@ services:
environment:
- 'PGID=1000'
- 'PUID=1000'
- 'TZ=Europe/Athens'
networks:
- default
- routing

View File

@@ -12,7 +12,6 @@ services:
- /home/nick/configs/mattermost/client/plugins:/mattermost/client/plugins
- /home/nick/configs/mattermost/bleve-indexes:/mattermost/bleve-indexes
environment:
- TZ=Europe/Athens
- MM_SERVICESETTINGS_SITEURL=${URL}
- MM_BLEVESETTINGS_INDEXDIR=/mattermost/bleve-indexes
- MM_SQLSETTINGS_DRIVERNAME=postgres

View File

@@ -10,7 +10,6 @@ services:
- 'PGID=1000'
- 'PLEX_UID=1000'
- 'PLEX_GID=1000'
- 'TZ=Europe/Athens'
- 'PLEX_CLAIM=${PLEX_CLAIM}'
- 'ADVERTISE_IP=${ADVERTISE_IP}'
- 'ALLOWED_NETWORKS=${ALLOWED_NETWORKS}'
@@ -40,7 +39,6 @@ services:
environment:
- 'PUID=1000'
- 'PGID=1000'
- 'TZ=Europe/Athens'
- 'BASE_URL=/request'
volumes:
- /home/nick/configs/media/ombi:/config
@@ -54,7 +52,6 @@ services:
environment:
- 'PUID=1000'
- 'PGID=1000'
- 'TZ=Europe/Athens'
volumes:
- /home/nick/configs/media/tautulli:/config
networks:
@@ -67,7 +64,6 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Athens
volumes:
- '/home/nick/configs/media/prowlarr:/config'
- '/mnt/storage/public:/data'
@@ -81,7 +77,6 @@ services:
environment:
- PGID=1000
- PUID=1000
- TZ=Europe/Athens
volumes:
- '/home/nick/configs/media/radarr:/config'
- '/mnt/storage/public:/data'
@@ -97,7 +92,6 @@ services:
environment:
- PGID=1000
- PUID=1000
- TZ=Europe/Athens
volumes:
- '/home/nick/configs/media/sonarr:/config'
- '/mnt/storage/public:/data'
@@ -113,7 +107,6 @@ services:
environment:
- PGID=1000
- PUID=1000
- TZ=Europe/Athens
volumes:
- '/home/nick/configs/media/lidarr:/config'
- '/mnt/storage/public:/data'
@@ -129,7 +122,6 @@ services:
environment:
- PGID=1000
- PUID=1000
- TZ=Europe/Athens
volumes:
- '/home/nick/configs/media/bazarr:/config'
- '/mnt/storage/public:/data'

View File

@@ -12,7 +12,6 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Greece
networks:
- default
- routing

View File

@@ -46,7 +46,7 @@ services:
- routing
db:
image: postgres
image: postgres:14
restart: unless-stopped
environment:
- POSTGRES_USER=outline

View File

@@ -22,7 +22,6 @@ services:
- USERMAP_GID=1000
- PAPERLESS_OCR_LANGUAGES=ell
- PAPERLESS_SECRET_KEY=${PAPERLESS_SECRET_KEY}
- PAPERLESS_TIME_ZONE=Europe/Athens
- PAPERLESS_OCR_LANGUAGE=eng
- PAPERLESS_OCR_ROTATE_PAGES_THRESHOLD=15
- PAPERLESS_FORCE_SCRIPT_NAME=/paperless

View File

@@ -5,7 +5,6 @@ services:
image: dperson/samba
restart: unless-stopped
environment:
- 'TZ=Europe/Athens'
- 'USERID=1000'
- 'GROUPID=1000'
volumes:

View File

@@ -11,7 +11,6 @@ services:
environment:
- 'PUID=1000'
- 'PGID=1000'
- 'TZ=Europe/Athens'
- 'COLLECTOR_API_ENDPOINT=http://localhost:8080/storage'
devices:
- /dev/sda:/dev/sda

View File

@@ -5,7 +5,6 @@ services:
image: dperson/torproxy
restart: unless-stopped
environment:
- TZ=Europe/Athens
- USERID=1000
- GROUPID=1000
ports:

View File

@@ -7,7 +7,6 @@ services:
environment:
- PGID=1000
- PUID=1000
- TZ=Europe/Athens
- TRANSMISSION_WEB_HOME=/flood-for-transmission/
volumes:
- '/home/nick/configs/transmission:/config'