Fedi.CrowdedGames.Group/docker-compose.yml
CatAClock 9dec1ad6cc multiple things.
Added docker file so you can build it.
Added Organization
Brutally forced the index.js to be a module for ease-of-access
Got some of the federation to work. Just some.
2025-04-21 16:04:42 -07:00

9 lines
174 B
YAML

services:
channelviewer:
restart: unless-stopped
build:
context: .
dockerfile: Dockerfile
image: channelviewer:latest
ports:
- 4000:4000