services: dashy: image: lissy93/dashy:latest container_name: dashy restart: unless-stopped environment: - NODE_ENV=production ports: - "${HTTP_PORT:-4000}:8080" volumes: # Dashy writes conf.yml back into this directory when you edit in the UI. - ${DATA_PATH:-/srv/dashy}:/app/user-data