feat: added moonlight web :D
This commit is contained in:
parent
a0b9c21112
commit
092846a8f2
34
moonlight/moonlight-web-stream.container
Normal file
34
moonlight/moonlight-web-stream.container
Normal file
@ -0,0 +1,34 @@
|
||||
[Unit]
|
||||
ConditionPathIsDirectory=/mnt/data/containers/moonlight-web-stream/data
|
||||
#Requires=authentik.service nginx.service
|
||||
#After=authentik.service nginx.service
|
||||
|
||||
[Container]
|
||||
ContainerName=moonlight
|
||||
Image=docker.io/mrcreativ3001/moonlight-web-stream:latest
|
||||
AutoUpdate=registry
|
||||
EnvironmentFile=/mnt/data/containers/moonlight-web-stream/.env.moonlight
|
||||
|
||||
Volume=/mnt/data/containers/moonlight-web-stream/data:/moonlight-web/server
|
||||
|
||||
#Environment=UID=1000
|
||||
#Environment=GID=1000
|
||||
|
||||
PublishPort=8451:8080
|
||||
#PublishPort40000-40100:40000-40100/udp
|
||||
|
||||
Label=homepage.group=Life
|
||||
Label=homepage.name=Moonlight
|
||||
Label=homepage.icon=moonlight.png
|
||||
Label=homepage.href=https://remote.inkletblot.com
|
||||
Label=homepage.description="Remote desktop"
|
||||
|
||||
[Service]
|
||||
Restart=on-failure
|
||||
RestartSteps=5
|
||||
RestartMaxDelaySec=2min
|
||||
# Extend Timeout to allow time to pull the image
|
||||
TimeoutStartSec=900
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
@ -28,6 +28,7 @@ Label=homepage.description="Music Streaming"
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
# Extend Timeout to allow time to pull the image
|
||||
TimeoutStartSec=900
|
||||
|
||||
[Install]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user