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 day-to-day local development scripts #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gregorydlogan
Copy link
Member

These are a simplified version of my day-to-day local development scripts. I've threatened to release these for years, and they're finally here ;)

if [ "$version" -ge "9" ]; then
docker compose -f $COMPOSEFILE up -d
fi
docker compose -f ../docker-nginx-cors/docker-compose.yml up -d
Copy link
Member Author

@gregorydlogan gregorydlogan Jul 25, 2024

Choose a reason for hiding this comment

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

I just remembered that this depends on having a local docker proxy going from localhost:8080 to localhost. Personally I'm using [email protected]:maximillianfx/docker-nginx-cors.git with a patch set to set things up for Opencast. Not sure how to publish that. Reviewer, any thoughts?

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.

1 participant