diff --git a/homarr/README.md b/homarr/README.md new file mode 100644 index 0000000..f657bae --- /dev/null +++ b/homarr/README.md @@ -0,0 +1,4 @@ +# Homarr + +[Homarr](https://homarr.dev) is a dashboard for services / links to services and +websites that I commonly use. diff --git a/homarr/compose.yml b/homarr/compose.yml new file mode 100644 index 0000000..2c6dcdf --- /dev/null +++ b/homarr/compose.yml @@ -0,0 +1,17 @@ +networks: + proxy: + external: true + +services: + homarr: + container_name: homarr + image: ghcr.io/ajnart/homarr:latest + volumes: + - ./config:/app/data/configs + - ./icons:/app/public/icons + networks: + - proxy + ports: + - 7575:7575 + labels: + com.centurylinklabs.watchtower.enable: true