diff --git a/compose.yml b/compose.yml index fcbb34b8..5fb3a0d0 100644 --- a/compose.yml +++ b/compose.yml @@ -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: \ No newline at end of file + retries: 5 \ No newline at end of file