-
Notifications
You must be signed in to change notification settings - Fork 21
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 GitLab + GitLab Runner to dev environment #745
Conversation
Should we update the |
Added. |
a7c39e1
to
13e1447
Compare
0a8ec8c
to
3ad6a3b
Compare
Unfortunately this is mostly unusable on macOS since it uses QEMU to emulate ARM (see sameersbn/docker-gitlab#2803). I cancelled the init script after 10-15 minutes waiting for it to succeed. |
3ad6a3b
to
6f673de
Compare
I pushed a small change to use a Docker image that's being built for both amd64 and arm64. This works well for me now. |
Adds GitLab and a runner as services to the local docker-compose development configuration. This should drastically improve the ability to test things related to the Django app locally.