mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Move heimdall
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
version: '3'
|
||||
services:
|
||||
heimdall:
|
||||
image: linuxserver/heimdall
|
||||
container_name: heimdall
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=Australia/Melbourne
|
||||
- VIRTUAL_HOST=index.home.toozhao.com
|
||||
- LETSENCRYPT_HOST=index.home.toozhao.com
|
||||
- LETSENCRYPT_EMAIL=me@toozhao.com
|
||||
volumes:
|
||||
- ${CONFIG_DIR}/heimdall:/config
|
||||
networks:
|
||||
- gateway_default
|
||||
networks:
|
||||
gateway_default:
|
||||
external: true
|
||||
@@ -72,19 +72,6 @@ services:
|
||||
- /mnt/downloads:/movies
|
||||
networks:
|
||||
- gateway_default
|
||||
heimdall:
|
||||
image: linuxserver/heimdall
|
||||
container_name: heimdall
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=Australia/Melbourne
|
||||
- VIRTUAL_HOST=index.home.toozhao.com
|
||||
- LETSENCRYPT_HOST=index.home.toozhao.com
|
||||
- LETSENCRYPT_EMAIL=me@toozhao.com
|
||||
volumes:
|
||||
- ${CONFIG_DIR}/heimdall:/config
|
||||
networks:
|
||||
- gateway_default
|
||||
networks:
|
||||
gateway_default:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user