Start moving over services

This commit is contained in:
Fern Garden 2025-07-22 14:15:56 +08:00
parent ab1ef02a5b
commit 1158e27046
8 changed files with 16 additions and 61 deletions

View file

@ -32,7 +32,7 @@ services:
image: postgres:17-alpine
container_name: miniflux_db
volumes:
- miniflux_db:/var/lib/postgresql/data
- /home/fern/docker/data/miniflux/database:/var/lib/postgresql/data
environment:
- POSTGRES_USER=miniflux
- POSTGRES_DB=miniflux
@ -49,7 +49,3 @@ networks:
default:
proxy:
external: true
volumes:
miniflux_db:
name: miniflux_db