[Feature] Multiple Container Instances using same config #2468
Replies: 2 comments 2 replies
-
Well maybe a little bit late, but if others have the same issue we can address this with the second option Add your docker file from serversideup: https://github.com/jesusantguerrero/atmosphere/blob/master/coolify.Dockerfile Include your docker compose with the three services and done. https://github.com/jesusantguerrero/atmosphere/blob/master/docker-compose.coolify.yml |
Beta Was this translation helpful? Give feedback.
-
Yes they need it, but once you build the "app" image the other images take that one that's the same you're doing with the "shared" part but less verbose. And yes this app is running currently, I don't have a redis or db on the docker compose because I have them running separate in coolify and multiple test projects use them. Notice how the image of Task and queue is the same
|
Beta Was this translation helpful? Give feedback.
-
Moved from issue #839
The problem here is that we can solve this now in two ways:
Beta Was this translation helpful? Give feedback.
All reactions