You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current docker-compose.yaml file does not have the name field, leading to the name confliction when multiple containers are booted up. Also, it would be more convenient to have env_file field by default, as it allows to set environment variables by using a .env file.
Definition of Done
name filed is added to both cpu/gpu docker-compose.yaml files
env_file field is added to both cpu/gpu docker-compose.yaml files
A sample environment file envs.env.sample is created under <PROJECT_ROOT>/environment
An original environment file envs.env is added to .gitignore
Why
The current
docker-compose.yaml
file does not have thename
field, leading to the name confliction when multiple containers are booted up. Also, it would be more convenient to haveenv_file
field by default, as it allows to set environment variables by using a.env
file.Definition of Done
name
filed is added to both cpu/gpudocker-compose.yaml
filesenv_file
field is added to both cpu/gpudocker-compose.yaml
filesenvs.env.sample
is created under<PROJECT_ROOT>/environment
envs.env
is added to.gitignore
How
Edit
docker-compose.yaml
filesNote
docker/compose#745 (comment)
The text was updated successfully, but these errors were encountered: