jank-client-fork/compose.yaml
Jon Lawrence dafc1eadff Added docker
Added a Dockerfile and compose.yaml for easy deployment via docker.

Updated README to provide clear instruction on how to get the instance running.
2025-03-03 14:52:37 -08:00

8 lines
140 B
YAML

services:
jank:
build:
context: .
dockerfile: Dockerfile-jank
restart: unless-stopped
ports:
- "8080:8080"