Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docker #16

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Add docker #16

wants to merge 5 commits into from

Conversation

roinuj16
Copy link
Collaborator

@roinuj16 roinuj16 commented Sep 1, 2022

Added docker with php 8.1
updated laravel version to 9

Copy link
Owner

@WendellAdriel WendellAdriel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You also need to update the README file on how to use/configure the project with Docker and the Makefile

@@ -62,6 +62,7 @@ public function map()
* )
*/
Route::get('/', function () {
dd(phpinfo());
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this

@@ -21,25 +21,24 @@
}
],
"require": {
"php": "^7.4",
"php": "^8.0",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we're going to use PHP 8.1 features, put here as 8.1

depends_on:
- php-base

application:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add one more service only for workers/background jobs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants