Deploying Laravel application using serversideup/docker-php
is so easy 🙌
#466
aagjalpankaj
started this conversation in
Show and tell
Replies: 1 comment
-
Thank you so much for your compliments! I am very happy things are working out for you 😃 |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
We had a Laravel application hosted on-premises and we wanted to migrate to AWS App-runner.
What we did:
Dockerfile
under directorydocker/application
as belowDockerfile
.docker-compose.yml
which usesdev:v0.0.1
gitlab-ci.yml
with CI/CD job which usesci:v0.0.1
Dockerfile
at root-level as below which usesprod:v0.0.1
for actual deployment from.gitlab-ci.yml
deploy jobBelow is the image size:
serversideup/docker-php
made it easy for us to deploy a Laravel application right out of the box, without having to worry about low-level configuration. Thank you so much! 🙂What do you think of this approach? Any suggestions or improvements would really help.
Beta Was this translation helpful? Give feedback.
All reactions