Skip to content

Commit

Permalink
minor changes to heimdall
Browse files Browse the repository at this point in the history
  • Loading branch information
SimpleHomelab committed May 29, 2022
1 parent 8cf52c0 commit 6d6fca8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ services:
image: lscr.io/linuxserver/heimdall
container_name: heimdall
ports:
- "3000:3000"
- "83:80" # 80 to 82 already taken by other services
# - "444:443" # 443 used by Nginx Proxy Manager. Disabled because we will put Heimdall behind proxy.
volumes:
- $DOCKERDIR/appdata/heimdall:/config
environment:
Expand Down Expand Up @@ -182,7 +183,7 @@ services:
- "8080:8080"
volumes:
- $DOCKERDIR/appdata/qbittorrent:/config
- $DATADIR/downloads:/downloads
- $DATADIR/downloads:/data/downloads # Ensure that downloads folder is set to /data/downloads in qBittorrent
environment:
<<: *default-tz-puid-pgid
UMASK_SET: 002
Expand Down
3 changes: 3 additions & 0 deletions shared/config/bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ alias stopbasic='dcstop2 $(cat /home/$BA_USERNAME/docker/scripts/homeserver/basi
alias stopmedia='dcstop2 $(cat /home/$BA_USERNAME/docker/scripts/homeserver/media-services.txt)'
alias startmedia='dcup2 $(cat /home/$BA_USERNAME/docker/scripts/homeserver/media-services.txt)'

# WEB STACK
alias webrs='dcrec2 php7 redis nginx'

# MONITORING STACK
alias dcmlogs2='dcrun2 logs -tf --tail="50" $(cat /home/$BA_USERNAME/docker/scripts/monitoring-services.txt)'
alias dcmrec2='dcrun2 up -d --force-recreate $(cat /home/$BA_USERNAME/docker/scripts/monitoring-services.txt)'
Expand Down

0 comments on commit 6d6fca8

Please sign in to comment.