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

View File

@@ -0,0 +1,11 @@
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
ports:
- 3891:3000
volumes:
- /home/soenke/docker-data/homepage/config:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
environment:
HOMEPAGE_ALLOWED_HOSTS: gethomepage.dev,homepage.home.domroese.eu # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts