Add homepage stack
This commit is contained in:
@@ -8,7 +8,6 @@ volumes:
|
|||||||
syncthing_data:
|
syncthing_data:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
sonarr:
|
sonarr:
|
||||||
image: lscr.io/linuxserver/sonarr:latest
|
image: lscr.io/linuxserver/sonarr:latest
|
||||||
container_name: sonarr
|
container_name: sonarr
|
||||||
|
|||||||
15
homepage.yml
Normal file
15
homepage.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
|
||||||
|
services:
|
||||||
|
homepage:
|
||||||
|
image: ghcr.io/gethomepage/homepage:latest
|
||||||
|
container_name: homepage
|
||||||
|
environment:
|
||||||
|
HOMEPAGE_ALLOWED_HOSTS: home.mpdavis.com,10.0.2.0:3001
|
||||||
|
PUID: 1000
|
||||||
|
PGID: 1000
|
||||||
|
ports:
|
||||||
|
- 3000:3001
|
||||||
|
volumes:
|
||||||
|
- /mnt/nas/homelab/docker/homepage:/app/config
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user