Pin versions and specify env files

This commit is contained in:
Dmitry Bikulov
2026-08-27 11:41:51 +03:00
parent 6455f84f1d
commit 6be135c526
9 changed files with 22 additions and 11 deletions
+4 -2
View File
@@ -1,8 +1,9 @@
services:
miniflux:
image: miniflux/miniflux:latest
image: miniflux/miniflux:2.3.3
container_name: miniflux
restart: unless-stopped
env_file: .env
depends_on:
miniflux-db:
condition: service_healthy
@@ -17,9 +18,10 @@ services:
- "traefik.http.routers.miniflux.tls.certresolver=le"
miniflux-db:
image: postgres:latest
image: postgres:18
container_name: miniflux-db
restart: unless-stopped
env_file: .env
networks:
- miniflux
volumes: