Set up ombi
This commit is contained in:
@@ -76,6 +76,15 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
|
|
||||||
|
ombi:
|
||||||
|
image: linuxserver/ombi
|
||||||
|
networks:
|
||||||
|
- traefik
|
||||||
|
- downloads
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
traefik.enable: true
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
traefik:
|
traefik:
|
||||||
external: true
|
external: true
|
||||||
@@ -124,3 +133,8 @@ volumes:
|
|||||||
type: none
|
type: none
|
||||||
o: bind
|
o: bind
|
||||||
device: ${SERVICES_DIR?}/bazarr/volumes/config/
|
device: ${SERVICES_DIR?}/bazarr/volumes/config/
|
||||||
|
ombi_config:
|
||||||
|
driver_opts:
|
||||||
|
type: none
|
||||||
|
o: bind
|
||||||
|
device: ${SERVICES_DIR?}/ombi/volumes/config/
|
||||||
|
|||||||
0
services/ombi/volumes/config/.gitkeep
Normal file
0
services/ombi/volumes/config/.gitkeep
Normal file
Reference in New Issue
Block a user