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

merge in updates from recent projects and move to OrbStack #21

Merged
merged 12 commits into from
Jun 12, 2024

Conversation

joelclermont
Copy link
Member

No description provided.

@joelclermont joelclermont self-assigned this Jun 12, 2024
Copy link
Member

@aaronsaray aaronsaray left a comment

Choose a reason for hiding this comment

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

Just a small one(s)

@@ -56,22 +59,23 @@ Once `mkcert` is installed, we need to generate our local development root certi

Then, generate the certificates for this project and put them into a location accessible to your docker setup:

`mkcert -cert-file docker/nginx/ssl.pem -key-file docker/nginx/key.pem my-project.test`
`mkcert -cert-file docker/nginx/ssl.pem -key-file docker/nginx/key.pem my-project.local`
Copy link
Member

Choose a reason for hiding this comment

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

Should these be in docker/nginx anymore? Because they're for Vite.

Copy link
Member

Choose a reason for hiding this comment

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

Actually looks like you've got a .gitignore for vite dir further down - so this is probably just the wrong path here.

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed

volumes:
- mysql-data:/var/lib/mysql
# Uncomment the next line if you need scripts to run on mysql initialization, like creating multiple databases
Copy link
Member

Choose a reason for hiding this comment

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

Why not just leave it uncommented? Shouldn't hurt anything.

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed

@joelclermont joelclermont merged commit 7e45c0a into main Jun 12, 2024
1 check passed
@joelclermont joelclermont deleted the docker-review branch June 12, 2024 21:58
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.

None yet

2 participants