Removed legacy and testing options from compose
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user