jon-rs/compose.yml
2025-07-14 13:20:38 +03:00

8 lines
No EOL
150 B
YAML

services:
jon:
image: git.fzorb.xyz/fzorb/jon-rs:latest
volumes:
- .:/jon
environment:
- TOKEN=changeme!
restart: always