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