Initial commit
This commit is contained in:
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user