Docker config for @recaptime.dev's Knot server on Hack Club Nest. knot.hackclub.community
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: use Gitlab CI image builds on the compose file

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+2
+2
docker-compose.yml
··· 1 1 services: 2 2 knot: 3 + image: registry.gitlab.com/recaptime-dev/infra/knot-docker-nest:latest 4 + pull_policy: always 3 5 build: 4 6 context: . 5 7 args: