Initial commit

This commit is contained in:
2025-02-12 20:47:16 +02:00
commit 935fe6500a
4 changed files with 74 additions and 0 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
jelly_proxy:
image: python:3.11
restart: unless-stopped
working_dir: /app
environment:
- JELLY_NAME=${JELLY_NAME:?Missing Name}
- JELLY_ID=${JELLY_ID:?Missing ID}
- JELLY_ADDR=${JELLY_ADDR:?Missing Address}
volumes:
- ./jelly.py:/app/jelly.py
ports:
- 7359:7359/udp
command: python -u jelly.py