Scripted commit - Fri Aug 20 04:48:36 PM IDT 2021
This commit is contained in:
@@ -25,16 +25,28 @@ services:
|
|||||||
- 443:443
|
- 443:443
|
||||||
- 80:80 #optional
|
- 80:80 #optional
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
heimdall:
|
homer:
|
||||||
image: ghcr.io/linuxserver/heimdall
|
image: b4bz/homer
|
||||||
container_name: heimdall
|
container_name: homer
|
||||||
environment:
|
|
||||||
- PUID=1000
|
|
||||||
- PGID=1000
|
|
||||||
- TZ=Asia/Jerusalem
|
|
||||||
volumes:
|
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
|
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:
|
networks:
|
||||||
default:
|
default:
|
||||||
name: gerbil_network
|
name: gerbil_network
|
||||||
|
|||||||
Reference in New Issue
Block a user