-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Infobase running on ol-home #4114
Infobase running on ol-home #4114
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those options in the supervisortctl can't be applied via the CLI; but thankfully we don't really need any of them thanks to docker 😎 The script will automatically be run with the correct user/directory, and the logs will be managed by docker as well.
Co-authored-by: Drini Cami <cdrini@gmail.com>
docker-compose.yml
Outdated
build: | ||
context: . | ||
dockerfile: docker/Dockerfile.oldev | ||
command: docker/ol-infobase-start.sh | ||
ports: | ||
- 7000:7000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only want this for production; on local we want it on 7000
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm! @cclauss confirmed the local dev env was still working correctly 👍
Like #4112, #4113 but for infobase running on ol-home
$INFOBASE_OPTS
is probably wrong!!Technical
Testing
Screenshot
Stakeholders