Move env_file parameter to fix issue
This commit is contained in:
parent
5ba4dbe7fb
commit
b522f9c72b
@ -104,6 +104,8 @@ services:
|
|||||||
lecoffre-front:
|
lecoffre-front:
|
||||||
image: git.4nkweb.com/4nk/lecoffre-front:latest
|
image: git.4nkweb.com/4nk/lecoffre-front:latest
|
||||||
container_name: lecoffre-front
|
container_name: lecoffre-front
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
networks:
|
networks:
|
||||||
@ -117,8 +119,6 @@ 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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user