mariotoffia / FluentDocker

Use docker, docker-compose local and remote in tests and your .NET core/full framework apps via a FluentAPI
Apache License 2.0
1.31k stars 97 forks source link

Document how to use a docker-compose.override file. #294

Closed malylemireflo closed 1 year ago

malylemireflo commented 1 year ago

Can you provide an example on how to use a docker-compose.override file? https://docs.docker.com/compose/extends/ I also cannot find how to load a .env file. https://docs.docker.com/compose/environment-variables/env-file/

Thanks!

romanett commented 10 months ago

How did you solve this?