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:
2024-03-08 21:09:08 +11:00
parent 66d380f73a
commit 10e6d3fcbb

View File

@@ -165,7 +165,8 @@ services:
emby: emby:
container_name: emby container_name: emby
# image: emby/embyserver # image: emby/embyserver
image: emby/embyserver:beta # image: emby/embyserver:beta
image: emby/embyserver:4.9.0.5
restart: always restart: always
network_mode: host network_mode: host
environment: environment:
@@ -396,6 +397,7 @@ services:
network_mode: host network_mode: host
depends_on: depends_on:
- pihole - pihole
- emby
volumes: volumes:
- /srv/docker/container/mass/data:/data - /srv/docker/container/mass/data:/data
- /export/docker/storage/music:/music - /export/docker/storage/music:/music
@@ -444,7 +446,7 @@ services:
privileged: true privileged: true
sabnzbd: sabnzbd:
image: linuxserver/sabnzbd image: linuxserver/sabnzbd:4.2.2-ls151
container_name: sabnzbd container_name: sabnzbd
restart: always restart: always
environment: environment:
@@ -504,6 +506,7 @@ services:
- /srv/docker/container/mythtv/monitoring-results:/usr/local/external-results/myth - /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/mail/monitoring-results:/usr/local/external-results/mail
- /srv/docker/container/kuma/monitoring-results:/usr/local/external-results/kuma - /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 # for telegraf to see host details
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro
- /:/host:ro - /:/host:ro
@@ -1052,10 +1055,12 @@ services:
- "445:445" - "445:445"
volumes: volumes:
- /export:/export - /export:/export
- /srv/docker/container/samba/monitoring-results:/monitoring-results
- /srv/docker/container/samba/mara-init:/root/mara-init - /srv/docker/container/samba/mara-init:/root/mara-init
- /srv/docker/container/samba/mara-bin:/root/mara-bin
depends_on: depends_on:
- pihole - pihole
- ldap-dev - openldap
labels: labels:
- "com.centurylinklabs.watchtower.enable=true" - "com.centurylinklabs.watchtower.enable=true"
- "traefik.enable=false" - "traefik.enable=false"