mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Move healthcheck from Dockerfile to docker-compose because it's optional
This commit is contained in:
parent
53cd369b05
commit
20ec435d6d
2 changed files with 3 additions and 1 deletions
|
@ -16,6 +16,9 @@ services:
|
|||
- ADMIN_USERNAME=admin
|
||||
- ADMIN_PASSWORD=test123
|
||||
- DEBUG=1
|
||||
# Optional health check:
|
||||
# healthcheck:
|
||||
# test: ["CMD", "/usr/bin/miniflux", "-healthcheck", "auto"]
|
||||
db:
|
||||
image: postgres:latest
|
||||
container_name: postgres
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue