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.

fix: fix syntax error on compose file and comment-out Caddy frontend proxy

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

+17 -17
+17 -17
docker-compose.yml
··· 6 6 UID: 2897 7 7 GID: 2897 8 8 environment: 9 - KNOT_SERVER_HOSTNAME: "knot.hackclub.community 9 + KNOT_SERVER_HOSTNAME: "knot.hackclub.community" 10 10 KNOT_SERVER_OWNER: "did:plc:i5m7ags2eqs5zras4cg2xkll" 11 11 KNOT_SERVER_DB_PATH: /app/knotserver.db 12 12 KNOT_REPO_SCAN_PATH: /home/git/repositories ··· 19 19 - "44289:5555" 20 20 - "33939:22" 21 21 restart: always 22 - frontend: 23 - image: caddy:alpine 24 - command: > 25 - caddy 26 - reverse-proxy 27 - --from ${KNOT_SERVER_HOSTNAME} 28 - --to knot:5555 29 - depends_on: 30 - - knot 31 - ports: 32 - - ${KNOT_SERVER_PORT:-443}:443 33 - - ${KNOT_SERVER_PORT:-443}:443/udp 34 - volumes: 35 - - ./caddy_data:/data 36 - restart: always 37 - profiles: ["caddy"] 22 + #frontend: 23 + # image: caddy:alpine 24 + # command: > 25 + # caddy 26 + # reverse-proxy 27 + # --from ${KNOT_SERVER_HOSTNAME} 28 + # --to knot:5555 29 + # depends_on: 30 + # - knot 31 + # ports: 32 + # - ${KNOT_SERVER_PORT:-443}:443 33 + # - ${KNOT_SERVER_PORT:-443}:443/udp 34 + # volumes: 35 + # - ./caddy_data:/data 36 + # restart: always 37 + # profiles: ["caddy"]