info-werefox-cafe/docker-compose.yml

10 lines
117 B
YAML

---
services:
app:
image: void-werefox-cafe:latest
build:
context: .
ports:
- "8471:8471"