fix: inject env
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user