vendure-ecommerce / vendure-docker-compose

A containerized Vendure server and storefront
MIT License
35 stars 37 forks source link

Problem with containerizing the worker from image #1

Open Jonskadev opened 3 years ago

Jonskadev commented 3 years ago

Greetings, I'm trying to dockerize the backend of the vendure framework in a CentOS 7 machine and I'm having problems with the worker to be containerized, for some reason the image is not detected but once the build is made it is right in the image list. imagen Here are the 3 generated images. Postgres, worker and server (I removed the storefront from docker-compose file because of the use case that I'm implementing) imagen Also, here is the docker-compose file, I modified it to suit my use case. imagen I'll be looking forward to read your comments.

michaelbromley commented 3 years ago

Hi,

I'm not sure what's the problem here. There isn't very much in the way of error messages to go off. I would start by googling the general problem and if you come up with anything useful you can post it here in case anyone else runs into this.