Wowu / docker-rollout

🚀 Zero Downtime Deployment for Docker Compose
https://github.com/Wowu/docker-rollout
MIT License
2.18k stars 59 forks source link

Add --env-file support #11

Closed Maronato closed 11 months ago

Maronato commented 11 months ago

I use env files a lot in my compose files, and rollout was missing support for them. After https://github.com/docker/compose/pull/10284, docker compose even supports multiple --env-file instructions.

This PR adds --env-file support using the same syntax as docker compose.

Wowu commented 11 months ago

Thanks @Maronato!