fix: env file not loaded
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Davide Polonio 2023-07-07 12:54:20 +02:00
parent 90f06e0801
commit 541ebcdd32

View File

@ -12,6 +12,8 @@ services:
condition: service_healthy
environment:
- RUN_MIGRATIONS=1
env_file:
- .env
networks:
- internal
- proxy
@ -25,6 +27,8 @@ services:
restart: unless-stopped
volumes:
- db:/var/lib/postgresql/data
env_file:
- .env
healthcheck:
test: ["CMD", "pg_isready", "-U", "miniflux"]
interval: 10s