-
-
Notifications
You must be signed in to change notification settings - Fork 282
Open
Description
Hi,
Is anyone using ScriptServer on an Unraid NAS ? I’m using their docker compose manager plugin, but have been unable to get it to work. So I’m hoping sharing it here someone might have a working example they can share. I have had it running on my QNAP NAS without any issues, so the cause is confusing me..
services:
scriptserver:
container_name: scriptserver
network_mode: bridge
deploy:
resources:
limits:
pids: 2048
environment:
- TZ=Europe/London
- HOST_OS=Unraid
- HOST_HOSTNAME=Tower
- HOST_CONTAINERNAME=scriptserver
labels:
- net.unraid.docker.managed=dockerman
- net.unraid.docker.webui=http://[IP]:[PORT:5012]/
- net.unraid.docker.icon=https://github.com/bugy/script-server/blob/master/web-src/src/assets/gitlab-icon-rgb.png?raw=true
volumes:
- /mnt/user/appdata/scriptserver/conf/conf.json:/app/conf/conf.json:rw
- /mnt/user/appdata/scriptserver/runners/:/app/conf/runners/:rw
- /mnt/user/appdata/scriptserver/scripts/:/app/scripts/:rw
- /mnt/user/appdata/scriptserver/media/:/app/media/:rw
- /var/run/docker.sock':/var/run/docker.sock:ro
ports:
- 5012:5000/tcp
tty: true
image: bugy/script-server:latest
restart: unless-stopped `
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels