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

Create a Dockefile for deployment and docker-compose file for development. #30

Open
thepsalmist opened this issue Jan 9, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@thepsalmist
Copy link

Currently the web-tools apps are default to deploying to Dokku via Heroku buildpacks.
We're currently running Heroku buildpack 20, that no longer support python 3.8 and have since deprecated python 3.9 as per this
while the web-tools current python runtime version is python-3.8.18.

We need to create a Dockerfile that allows us to deploy to Dokku using Dockerfile deployment, as we plan for an audit and possible upgrade of the web-tools to the python 3.9 and python 3.10
The Dockefile should also allow us streamline the deployment process using Github Actions.

@thepsalmist thepsalmist added the enhancement New feature or request label Jan 9, 2025
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

No branches or pull requests

1 participant