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

Package service into docker image #11

Open
theferrit32 opened this issue May 1, 2018 · 1 comment
Open

Package service into docker image #11

theferrit32 opened this issue May 1, 2018 · 1 comment
Assignees

Comments

@theferrit32
Copy link
Member

Containerize the web app portion of the service.

If database is containerized into this image then it will be destroyed upon container destruction. This might be undesirable because it will essentially deauthorize/logout every user account and linked credential.

The database can live on the host and be connected to from within the container by using docker's 'host' network setup instead of the default 'bridge' interface.

@theferrit32
Copy link
Member Author

This is in progress

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

No branches or pull requests

3 participants