Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions docker-compose.coolify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ services:
environment:
PORT: 3456
MEDIA_SERVER_WEBHOOK_SECRET: ${MEDIA_SERVER_WEBHOOK_SECRET}
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:3456/health"]
interval: 30s
timeout: 10s
retries: 3
start_period: 10s
networks:
- cap-network

Expand Down
6 changes: 0 additions & 6 deletions docker-compose.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ services:
MEDIA_SERVER_WEBHOOK_SECRET: fe337b52749070bb7b5d2c78cff9948439ea73cbc1869ba39d350e6c24db53b1
ports:
- "3456:3456"
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:3456/health"]
interval: 30s
timeout: 10s
retries: 3
start_period: 10s

# Local S3 Strorage
minio:
Expand Down
6 changes: 0 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ services:
environment:
PORT: 3456
MEDIA_SERVER_WEBHOOK_SECRET: ${MEDIA_SERVER_WEBHOOK_SECRET:-fedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210}
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:3456/health"]
interval: 30s
timeout: 10s
retries: 3
start_period: 10s
networks:
- cap-network

Expand Down