Replies: 1 comment 3 replies
-
|
Where exactly are you failing in the setup? Do you want to have each laravel app on a different port or different hostname/path? Or do you have trouble setting up queues and cron-jobs? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create a setup which allows multiple Laravel apps on the same VPS. The Dockerfile is installing support for Queue workers and Cron jobs, but not sure if it is correct.
I have added config so the cache, logs and storage-files are mapped to a local volume. Mysql is installed on the host-server and the compose config should proxy the traffic.
I can't get this working correctly. Can someone guide me how to correct this config for making it work?
structure
setup steps
//Docerfile
//compose.yml
Beta Was this translation helpful? Give feedback.
All reactions