diff --git a/docker-compose.yml b/docker-compose.yml index 0009cd2..8cca560 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,7 +9,7 @@ services: POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} POSTGRES_DB: ${POSTGRES_DB:-postgres} volumes: - - /mnt/user/appdata/willhaben-tracker/data/db:/var/lib/postgresql/data + - ./data/db:/var/lib/postgresql/data - ./supabase/postgresql.conf:/etc/postgresql.conf:ro - ./supabase/migrations/00-run-init.sh:/docker-entrypoint-initdb.d/00-run-init.sh:ro - ./supabase/migrations/01-init.sql:/docker-entrypoint-initdb.d/01-init.sql:ro @@ -98,7 +98,6 @@ services: POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} POSTGRES_DB: ${POSTGRES_DB:-postgres} DEFAULT_INTERVAL_MINUTES: ${DEFAULT_INTERVAL_MINUTES:-60} - ADMIN_TELEGRAM_IDS: ${ADMIN_TELEGRAM_IDS:-} depends_on: db: condition: service_healthy