clean up docker compose naming and volume specification
This commit is contained in:
parent
874b1632c7
commit
df166fd31f
1 changed files with 4 additions and 3 deletions
|
@ -21,13 +21,13 @@ services:
|
|||
- POSTGRES_PASSWORD=secret
|
||||
- POSTGRES_DB=miniflux
|
||||
volumes:
|
||||
- miniflux-db:/var/lib/postgresql/data
|
||||
- rss_miniflux-db:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
test: ["CMD", "pg_isready", "-U", "miniflux"]
|
||||
interval: 10s
|
||||
start_period: 30s
|
||||
|
||||
reddit_rss:
|
||||
reddit:
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: Dockerfile
|
||||
|
@ -41,4 +41,5 @@ services:
|
|||
- RSS_HOST
|
||||
|
||||
volumes:
|
||||
miniflux-db:
|
||||
rss_miniflux-db:
|
||||
external: true
|
||||
|
|
Loading…
Add table
Reference in a new issue