Add .env vars in container build

This commit is contained in:
omaroughriss 2025-07-23 15:52:58 +02:00
parent fe86f26bef
commit 9b69c5b163

View File

@ -89,6 +89,8 @@ services:
lecoffre-back: lecoffre-back:
image: git.4nkweb.com/4nk/lecoffre-back-mini:latest image: git.4nkweb.com/4nk/lecoffre-back-mini:latest
container_name: lecoffre-back container_name: lecoffre-back
env_file:
- .env
ports: ports:
- "8080:8080" - "8080:8080"
networks: networks:
@ -115,6 +117,8 @@ services:
ihm_client: ihm_client:
image: git.4nkweb.com/4nk/ihm_client:latest image: git.4nkweb.com/4nk/ihm_client:latest
container_name: ihm_client container_name: ihm_client
env_file:
- .env
ports: ports:
- "3003:3003" - "3003:3003"
networks: networks: