diff --git a/dashy-docker-compose.yml b/dashy-docker-compose.yml new file mode 100644 index 0000000..24a45d4 --- /dev/null +++ b/dashy-docker-compose.yml @@ -0,0 +1,15 @@ +version: "3.7" +services: + dashy: + container_name: dashy + image: lissy93/dashy:2.0.6 + volumes: + - /mnt/docker_volumes/dashy/config.yml:/app/public/conf.yml + ports: + - 4000:80 + environment: + - PUID=1030 + - PGID=100 + - TZ=Europe/London + - NODE_ENV=production + restart: unless-stopped