Add all the containers (#3)

Co-authored-by: Sönke Domröse <soenke.domroese@lichtblick.de>
Reviewed-on: https://git.home.domroese.eu/nerdlicht/docker-container/pulls/3
This commit is contained in:
2025-04-24 14:56:36 +02:00
parent ae4dbd7d87
commit ff43d335ac
18 changed files with 703 additions and 0 deletions

12
homarr/docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- /home/soenke/docker-data/homarr/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY=c99349e72b4267a0ba7a19fa2de53cfdbd73708974338d2abe36f1379fe8ba7c
ports:
- '7575:7575'