Move heimdall

This commit is contained in:
2020-01-05 14:42:14 +11:00
parent b638c99fe8
commit 19d87cc471
2 changed files with 18 additions and 13 deletions
+18
View File
@@ -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
-13
View File
@@ -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