jorge07 / symfony-6-es-cqrs-boilerplate

Symfony 6 DDD ES CQRS backend boilerplate.
MIT License
1.07k stars 187 forks source link

Impossible to run in production mode #171

Closed cv65kr closed 4 years ago

cv65kr commented 4 years ago

Before was exists possibility to run make env=prod up. Currently command failed due the bad structure of catalogs.

docker-compose -f docker-compose.yml -f etc/prod/docker-compose.yml up -d
ERROR: .FileNotFoundError: [Errno 2] No such file or directory: './etc/prod/docker-compose.yml'
make: *** [up] Error 1
jorge07 commented 4 years ago

I use prod mode in minikube but I understand most people has other stacks. Let's fix this. Thanks for report it

jorge07 commented 4 years ago

Have a try to #176 please

jorge07 commented 4 years ago

solved in #176