JJ-8 / CTFNote

CTFNote is a collaborative tool aiming to help CTF teams to organise their work. This tool helps making notes during CTFs, so you can track your CTF notes at a later time. This is similar to the CTF pad seen in one of the video's of Liveoverflow.
GNU General Public License v3.0
9 stars 2 forks source link

Add pre-build images through GHCR #22

Closed JJ-8 closed 1 year ago

JJ-8 commented 1 year ago

Docker images of the front, api and db will be automatically build through Github workflows and pushed to the Github Container Registry (GHCR) when a commit is made to the main branch (or when manually triggered).

This makes it possible to install CTFNote on a VPS of 2 GB of RAM since you don't need to build the container anymore (which requires quite a lot of RAM). Building the container yourself is still possible and the default setup for docker compose.

The README is updated with this change. Futhermore, the REAMDE now points to docker compose instead of the deprecated docker-compose.