Removed legacy and testing options from compose

This commit is contained in:
2025-04-15 13:03:38 +02:00
parent 504cb8e950
commit 7defc9a6a9

View File

@@ -28,8 +28,6 @@ services:
db: db:
image: postgres:latest image: postgres:latest
restart: always restart: always
ports:
- "5555:5432"
environment: environment:
- POSTGRES_USER=moonlight - POSTGRES_USER=moonlight
- POSTGRES_DB=moonlight - POSTGRES_DB=moonlight
@@ -41,7 +39,3 @@ services:
interval: 10s interval: 10s
timeout: 5s timeout: 5s
retries: 5 retries: 5
volumes:
api_data:
db_data: