fix: env file not loaded
continuous-integration/drone/push Build is passing Details

pull/24/head
Davide Polonio 2023-07-07 12:54:20 +02:00
parent 90f06e0801
commit 541ebcdd32
1 changed files with 4 additions and 0 deletions

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