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 馃槂 |
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:
Dockerfileunder directorydocker/applicationas belowDockerfile.docker-compose.ymlwhich usesdev:v0.0.1gitlab-ci.ymlwith CI/CD job which usesci:v0.0.1Dockerfileat root-level as below which usesprod:v0.0.1for actual deployment from.gitlab-ci.ymldeploy jobBelow is the image size:
serversideup/docker-phpmade 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.
All reactions