Set up ombi

This commit is contained in:
Colin Hebert
2023-01-04 07:37:16 +01:00
parent 0568f973b3
commit d0bbc87bb4
2 changed files with 14 additions and 0 deletions

View File

@@ -76,6 +76,15 @@ services:
labels:
traefik.enable: true
ombi:
image: linuxserver/ombi
networks:
- traefik
- downloads
restart: unless-stopped
labels:
traefik.enable: true
networks:
traefik:
external: true
@@ -124,3 +133,8 @@ volumes:
type: none
o: bind
device: ${SERVICES_DIR?}/bazarr/volumes/config/
ombi_config:
driver_opts:
type: none
o: bind
device: ${SERVICES_DIR?}/ombi/volumes/config/

View File