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

Updates the dockerfile setup #19

Merged
merged 4 commits into from
May 3, 2024
Merged

Updates the dockerfile setup #19

merged 4 commits into from
May 3, 2024

Conversation

havok2063
Copy link
Contributor

This PR updates the docker file setup and verifies it works with podman.

Images can be built with podman build -t valis -f Dockerfile .

Containers started with podman run -p 8000:8000 -e VALIS_DB_REMOTE=True -e VALIS_DB_HOST=[host] -e VALIS_DB_USER=[user] -e VALIS_DB_PASS=[password] -e VALIS_DB_PORT=[port] valis

@havok2063 havok2063 added the enhancement New feature or request label May 3, 2024
@havok2063 havok2063 self-assigned this May 3, 2024
@havok2063 havok2063 merged commit 2790a8e into main May 3, 2024
2 checks passed
@havok2063 havok2063 deleted the dockerup branch June 7, 2024 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant