made samba use prod ldap, version locked sab and emby due to issues, also force mass to depends_on emby so it stops stealing embys port
This commit is contained in:
@@ -165,7 +165,8 @@ services:
|
||||
emby:
|
||||
container_name: emby
|
||||
# image: emby/embyserver
|
||||
image: emby/embyserver:beta
|
||||
# image: emby/embyserver:beta
|
||||
image: emby/embyserver:4.9.0.5
|
||||
restart: always
|
||||
network_mode: host
|
||||
environment:
|
||||
@@ -396,6 +397,7 @@ services:
|
||||
network_mode: host
|
||||
depends_on:
|
||||
- pihole
|
||||
- emby
|
||||
volumes:
|
||||
- /srv/docker/container/mass/data:/data
|
||||
- /export/docker/storage/music:/music
|
||||
@@ -444,7 +446,7 @@ services:
|
||||
privileged: true
|
||||
|
||||
sabnzbd:
|
||||
image: linuxserver/sabnzbd
|
||||
image: linuxserver/sabnzbd:4.2.2-ls151
|
||||
container_name: sabnzbd
|
||||
restart: always
|
||||
environment:
|
||||
@@ -504,6 +506,7 @@ services:
|
||||
- /srv/docker/container/mythtv/monitoring-results:/usr/local/external-results/myth
|
||||
- /srv/docker/container/mail/monitoring-results:/usr/local/external-results/mail
|
||||
- /srv/docker/container/kuma/monitoring-results:/usr/local/external-results/kuma
|
||||
- /srv/docker/container/samba/monitoring-results:/usr/local/external-results/samba
|
||||
# for telegraf to see host details
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- /:/host:ro
|
||||
@@ -1052,10 +1055,12 @@ services:
|
||||
- "445:445"
|
||||
volumes:
|
||||
- /export:/export
|
||||
- /srv/docker/container/samba/monitoring-results:/monitoring-results
|
||||
- /srv/docker/container/samba/mara-init:/root/mara-init
|
||||
- /srv/docker/container/samba/mara-bin:/root/mara-bin
|
||||
depends_on:
|
||||
- pihole
|
||||
- ldap-dev
|
||||
- openldap
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
- "traefik.enable=false"
|
||||
|
||||
Reference in New Issue
Block a user