Laughing-Man-Studios / Ski-Resort-Dashboard

A small dashboard to display some statistics about the local ski resorts I visit
MIT License
0 stars 0 forks source link

[Issue66] Setting Up Project For Gitpod #67

Closed Rogibb111 closed 1 year ago

Rogibb111 commented 1 year ago

I want to be able to develop the project remotely when I am traveling and Gitpod is just the tool that allows me to do that. However, this project requires dependencies and toolchains that get removed every time a workspace is stopped or deleted (which happens after 14 days of inactivity). I also need to connect it to a Postgres database and my prod database is not available without tunnelling (nor should I be using prod for dev purposes anyways). To automate the setup process and create a postgres database on the fly, I have added a docker and yaml files that do just that. Changes in this PR include:

Rogibb111 commented 1 year ago

:tada: This PR is included in version 1.1.9 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: