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:
image: postgres:latest
restart: always
ports:
- "5555:5432"
environment:
- POSTGRES_USER=moonlight
- POSTGRES_DB=moonlight
@@ -40,8 +38,4 @@ services:
test: ["CMD-SHELL", "pg_isready"]
interval: 10s
timeout: 5s
retries: 5
volumes:
api_data:
db_data:
retries: 5