dcsg icon indicating copy to clipboard operation
dcsg copied to clipboard

dcsg is a command-line utility for Linux that generates systemd services for Docker Compose projects

Results 5 dcsg issues
Sort by recently updated
recently updated
newest added

Hello, Would it be possible to add a parameter to specify the user we want to run the docker as? Thanks!

Right now `docker-compose` can use multiple `-f` flags to start. And that's how we deploy our stack. Do you consider adding support for multiple files?

I've added support for multiple docker-compose files ( fixes #8 ) and did some code refactoring

If image exists only in local storage, docker fails to pull it, and generated systemd service also fails to start. If `docker pull` line is removed, everything works fine. Maybe...