33 lines
1.3 KiB
YAML
33 lines
1.3 KiB
YAML
services:
|
|
dashy:
|
|
image: lissy93/dashy:latest
|
|
container_name: Dashy
|
|
command: yarn build-and-start
|
|
environment:
|
|
- PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
|
- NODE_VERSION=20.11.1
|
|
- YARN_VERSION=1.22.19
|
|
- PORT=8080
|
|
- DIRECTORY=/app
|
|
- IS_DOCKER=true
|
|
ports:
|
|
- "8081:8080"
|
|
volumes:
|
|
- /srv/docker/dashy/app/user-data/my_config.yml:/app/user-data/conf.yml:rw
|
|
- /srv/docker/dashy/app/user-data/item-icons:/app/user-data/item-icons/:rw
|
|
restart: always
|
|
network_mode: bridge
|
|
privileged: false
|
|
labels:
|
|
maintainer: "Lissy93"
|
|
org.opencontainers.image.authors: "Alicia Sykes"
|
|
org.opencontainers.image.created: "2024-09-01T17:08:58.315Z"
|
|
org.opencontainers.image.description: "A self-hosted startpage for your server"
|
|
org.opencontainers.image.documentation: "https://dashy.to/docs"
|
|
org.opencontainers.image.licenses: "MIT"
|
|
org.opencontainers.image.revision: "bede08c00c9938287bb3e5304db138874e9b6154"
|
|
org.opencontainers.image.source: "https://github.com/Lissy93/dashy"
|
|
org.opencontainers.image.title: "Dashy"
|
|
org.opencontainers.image.url: "https://github.com/Lissy93/dashy"
|
|
org.opencontainers.image.version: "latest"
|