Initial commit - All Portainer stacks from Mac
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
container_name: homepage
|
||||
environment:
|
||||
HOMEPAGE_ALLOWED_HOSTS: 192.168.1.155,192.168.1.155:49325,localhost,127.0.0.1,0.0.0.0,douglasdigitalhome.net,www.douglasdigitalhome.net,homepage.douglasdigitalhome.net
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
# LOG_LEVEL: debug # remove or comment out once everything works
|
||||
ports:
|
||||
- "49325:3000"
|
||||
volumes:
|
||||
- /docker/homepage/config:/app/config
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- homepage.group=Infrastructure
|
||||
- homepage.name=Homepage
|
||||
- homepage.icon=mdi:view-dashboard
|
||||
Reference in New Issue
Block a user