Docker compose is how you can define a set of services and then run them.
Those services are defined in a yaml file.
Most programs provide their own way to be ran through docker compose. Env is a shorthand for environment, basically values you pass to customize the services.
Gonzako@lemmy.world 1 week ago
Docker compose is how you can define a set of services and then run them. Those services are defined in a yaml file. Most programs provide their own way to be ran through docker compose. Env is a shorthand for environment, basically values you pass to customize the services.