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

Adding .devcontainer for local development & codespaces support #192

Open
Nospamas opened this issue Jan 9, 2024 · 0 comments
Open

Adding .devcontainer for local development & codespaces support #192

Nospamas opened this issue Jan 9, 2024 · 0 comments

Comments

@Nospamas
Copy link
Contributor

Nospamas commented Jan 9, 2024

I've added some baseline files to the project to introduce support for devcontainers. The workflow is mostly based around visual studio code right now, but the spec is open. The underlying container is just a docker container so in theory could be extended to run any command line tools as well.

Some info:

Devcontainer spec: https://containers.dev/implementors/spec/
Github codespaces: https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers

Nospamas added a commit that referenced this issue Jan 9, 2024
- Container largely based around our github workflows
- Based on ubuntu 20.04
- Installs poetry, python and postgres plus its extensions.
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

1 participant