Update docker-compose.yml

Updated port, TZ and restart rules
This commit is contained in:
2025-05-20 09:41:51 -04:00
parent e360a79839
commit 0348b0227b

View File

@@ -9,7 +9,7 @@ services:
- dawarich
volumes:
- dawarich_shared:/data
restart: always
restart: unless-stopped
healthcheck:
test: [ "CMD", "redis-cli", "--raw", "incr", "ping" ]
interval: 10s
@@ -28,8 +28,8 @@ services:
- dawarich
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
restart: always
POSTGRES_PASSWORD: FKPFJSr4z9BxC9GD
restart: unless-stopped
healthcheck:
test: [ "CMD-SHELL", "pg_isready -U postgres -d dawarich_development" ]
interval: 10s
@@ -47,7 +47,7 @@ services:
networks:
- dawarich
ports:
- 3001:3000
- 3000:3000
# - 9394:9394 # Prometheus exporter, uncomment if needed
stdin_open: true
tty: true
@@ -59,11 +59,11 @@ services:
REDIS_URL: redis://dawarich_redis:6379/0
DATABASE_HOST: dawarich_db
DATABASE_USERNAME: postgres
DATABASE_PASSWORD: password
DATABASE_PASSWORD: FKPFJSr4z9BxC9GD
DATABASE_NAME: dawarich_development
MIN_MINUTES_SPENT_IN_CITY: 60
APPLICATION_HOSTS: "dawarich.home.cahaa.net,localhost"
TIME_ZONE: Europe/London
TIME_ZONE: America/Kentucky/Louisville
APPLICATION_PROTOCOL: http
PROMETHEUS_EXPORTER_ENABLED: false
PROMETHEUS_EXPORTER_HOST: 0.0.0.0
@@ -112,7 +112,7 @@ services:
REDIS_URL: redis://dawarich_redis:6379/0
DATABASE_HOST: dawarich_db
DATABASE_USERNAME: postgres
DATABASE_PASSWORD: password
DATABASE_PASSWORD: FKPFJSr4z9BxC9GD
DATABASE_NAME: dawarich_development
APPLICATION_HOSTS: "dawarich.home.cahaa.net,localhost"
BACKGROUND_PROCESSING_CONCURRENCY: 10