laufendes docker-compose.yaml
This commit is contained in:
@@ -5,9 +5,16 @@ services:
|
||||
container_name: appServer_TunnelHead
|
||||
hostname: appServerTunnel
|
||||
ports:
|
||||
- "2255:2222" # Access to R-Tunnel from public Internet
|
||||
- "1883:1883" # Forwarded to Mosqitto
|
||||
- "2255:2222" # Access to R-Tunnel from public Internet
|
||||
- "9222:9222" # SSH to Informatikweb
|
||||
- "9743:9743" # Video
|
||||
- "9744:9744" # DevUmgebung vom ThinkCentre
|
||||
- "9798:9798" # DriverStatus
|
||||
- "11434:11434" # ollama
|
||||
- "7060:7060" # tex
|
||||
- "24454:24454" # MineCraft
|
||||
- "25565:25565" # MineCraft
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
@@ -78,6 +85,15 @@ services:
|
||||
networks:
|
||||
- appRobotNet
|
||||
restart: unless-stopped
|
||||
|
||||
cloudflared:
|
||||
image: cloudflare/cloudflared:latest
|
||||
container_name: appServer_cloudflare
|
||||
command: tunnel --no-autoupdate run --token eyJhIjoiOWUyYzk0OTI1ZWVlNmE4NjRiZjllZGRiM2ZmMDRmMTUiLCJ0IjoiZjA0YzE3ZTQtMmM2ZS00NGRlLTk4YTItMTczOWQ4YWM3YjAxIiwicyI6IllqUTJNamt6TVRFdFpXVXlZaTAwWXpkakxXSmlaV0l0T0dJMVl6TXhZbUUyTWpVeCJ9
|
||||
networks:
|
||||
- default
|
||||
- appRobotNet
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user