Add .env vars in container build
This commit is contained in:
parent
fe86f26bef
commit
9b69c5b163
@ -89,6 +89,8 @@ services:
|
||||
lecoffre-back:
|
||||
image: git.4nkweb.com/4nk/lecoffre-back-mini:latest
|
||||
container_name: lecoffre-back
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "8080:8080"
|
||||
networks:
|
||||
@ -115,6 +117,8 @@ services:
|
||||
ihm_client:
|
||||
image: git.4nkweb.com/4nk/ihm_client:latest
|
||||
container_name: ihm_client
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "3003:3003"
|
||||
networks:
|
||||
|
Loading…
x
Reference in New Issue
Block a user