Skip to content

Commit

Permalink
Adding Ombi to the stack on request
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenFrogSB committed Jun 23, 2021
1 parent 6ee27f1 commit 324adf4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .templates/ombi/service.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
ombi:
image: ghcr.io/linuxserver/ombi
container_name: ombi
environment:
- PUID=1000
- PGID=1000
- TZ=UTC
# - BASE_URL=/ombi #optional
volumes:
- .volumes/ombi/config:/config
ports:
- 3579:3579
restart: unless-stopped
2 changes: 2 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ declare -A cont_array=(
[sabznbd]="SABznbd - Usenet groups client"
[jellyfin]="JellyFin - Media manager no license needed"
[plex]="Plex - Media manager"
[ombi]="Ombi - Plex Requests Server"
[emby]="Emby - Media manager like Plex"
[embystat]="EmbyStat - Statistics for Emby"
[tvheadend]="TVheadend - TV streaming server"
Expand All @@ -39,6 +40,7 @@ declare -a armhf_keys=(
"emby"
"embystat"
"plex"
"ombi"
"tvheadend"
"transmission"
"deluge"
Expand Down

0 comments on commit 324adf4

Please sign in to comment.