Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Add devcontainer #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

eashi
Copy link

@eashi eashi commented Sep 11, 2024

This pull request dev container setup. This will make it easier to run workshops.

Development Container Setup:

  • Dockerfile Creation:

    • Added a Dockerfile to set up a Python 3.11 environment with PostgreSQL client support. (.devcontainer/Dockerfile)
  • Devcontainer Configuration:

    • Configured devcontainer.json to define the development environment, including port forwarding, VS Code extensions, and settings for Python development and SQL tools. (.devcontainer/devcontainer.json)
  • Docker Compose Setup:

    • Created a docker-compose.yml file to define the services for the application and PostgreSQL database, including volume mounts and network configurations. (.devcontainer/docker-compose.yml)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant