Scripted commit - Fri Aug 20 04:48:36 PM IDT 2021
This commit is contained in:
@@ -25,16 +25,28 @@ services:
|
||||
- 443:443
|
||||
- 80:80 #optional
|
||||
restart: unless-stopped
|
||||
heimdall:
|
||||
image: ghcr.io/linuxserver/heimdall
|
||||
container_name: heimdall
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Asia/Jerusalem
|
||||
homer:
|
||||
image: b4bz/homer
|
||||
container_name: homer
|
||||
volumes:
|
||||
- /Red-Vol/Media/Containers/heimdall/config:/config
|
||||
- /Red-Vol/Media/Containers/homer/assets/:/www/assets
|
||||
ports:
|
||||
- 4957:8080
|
||||
environment:
|
||||
- UID=1000
|
||||
- GID=1000
|
||||
restart: unless-stopped
|
||||
|
||||
# heimdall:
|
||||
# image: ghcr.io/linuxserver/heimdall
|
||||
# container_name: heimdall
|
||||
# environment:
|
||||
# - PUID=1000
|
||||
# - PGID=1000
|
||||
# - TZ=Asia/Jerusalem
|
||||
# volumes:
|
||||
# - /Red-Vol/Media/Containers/heimdall/config:/config
|
||||
# restart: unless-stopped
|
||||
networks:
|
||||
default:
|
||||
name: gerbil_network
|
||||
|
||||
Reference in New Issue
Block a user