Synchronized deployments #2236
Wulfheart
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a Laravel application including queue workers. I want the queue workers and the web application to use the same code base even though they have different container images (one using php-cli and the other php-fpm as base image) and be running on the same version. Is there a way to achieve this besides docker compose?
Beta Was this translation helpful? Give feedback.
All reactions