fix: inject env

This commit is contained in:
2026-01-05 23:35:05 +00:00
parent 94fd57e1e6
commit 53d963d2c4

View File

@@ -20,6 +20,8 @@ services:
networks: networks:
- internal - internal
- traefik_public - traefik_public
env_file:
- .env
voidauth-db: voidauth-db:
image: postgres:18 image: postgres:18
@@ -32,6 +34,8 @@ services:
test: "pg_isready -U postgres -h localhost" test: "pg_isready -U postgres -h localhost"
networks: networks:
- internal - internal
env_file:
- .env
networks: networks:
internal: internal: