Umstellung auf Compose V2

This commit is contained in:
borgal
2024-06-15 15:34:53 +02:00
parent 73d4b94171
commit 97e0249961
35 changed files with 25 additions and 73 deletions

View File

@@ -1,4 +1,3 @@
version: '3.7'
services: services:
adguardhome: adguardhome:
container_name: adguardhome container_name: adguardhome

View File

@@ -1,4 +1,3 @@
version: "2"
services: services:
bitwarden: bitwarden:
image: vaultwarden/server:latest image: vaultwarden/server:latest
@@ -9,4 +8,4 @@ services:
- /opt/bitwarden/bwdata/:/data/ - /opt/bitwarden/bwdata/:/data/
ports: ports:
- 8084:80 - 8084:80
restart: always restart: always

View File

@@ -1,4 +1,3 @@
version: "3"
services: services:
bookstack: bookstack:
image: ghcr.io/linuxserver/bookstack image: ghcr.io/linuxserver/bookstack
@@ -31,4 +30,4 @@ services:
- MYSQL_PASSWORD=${DB_PASS} - MYSQL_PASSWORD=${DB_PASS}
volumes: volumes:
- /opt/bookstack:/config - /opt/bookstack:/config
restart: unless-stopped restart: unless-stopped

View File

@@ -1,5 +1,3 @@
version: "3"
services: services:
code-server: code-server:
image: ghcr.io/linuxserver/code-server image: ghcr.io/linuxserver/code-server

View File

@@ -1,4 +1,3 @@
version: "3"
services: services:
dozzle: dozzle:
container_name: dozzle container_name: dozzle
@@ -7,4 +6,4 @@ services:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
ports: ports:
- 9999:8080 - 9999:8080
restart: unless-stopped restart: unless-stopped

View File

@@ -1,4 +1,3 @@
version: '3.5'
services: services:
drawio: drawio:
image: jgraph/drawio image: jgraph/drawio

View File

@@ -1,4 +1,3 @@
version: "2.1"
services: services:
duplicati: duplicati:
image: ghcr.io/linuxserver/duplicati image: ghcr.io/linuxserver/duplicati
@@ -35,4 +34,4 @@ volumes:
driver_opts: driver_opts:
type: nfs type: nfs
o: addr=${NFS_SERVER},rw o: addr=${NFS_SERVER},rw
device: ":${PFAD2}" device: ":${PFAD2}"

View File

@@ -1,5 +1,3 @@
version: "3"
services: services:
gitea: gitea:
image: gitea/gitea image: gitea/gitea

View File

@@ -1,4 +1,3 @@
version: '3'
services: services:
influxdb: influxdb:
image: influxdb:1.6.4 image: influxdb:1.6.4

View File

@@ -1,5 +1,3 @@
---
version: "2.1"
services: services:
grocy: grocy:
image: lscr.io/linuxserver/grocy image: lscr.io/linuxserver/grocy
@@ -12,4 +10,4 @@ services:
- ./config:/config - ./config:/config
ports: ports:
- 8011:80 - 8011:80
restart: unless-stopped restart: unless-stopped

View File

@@ -1,4 +1,3 @@
version: "3"
services: services:
heimdall: heimdall:
image: ghcr.io/linuxserver/heimdall image: ghcr.io/linuxserver/heimdall
@@ -11,4 +10,4 @@ services:
- /opt/heimdall/data:/config - /opt/heimdall/data:/config
ports: ports:
- 8124:80 - 8124:80
restart: unless-stopped restart: unless-stopped

View File

@@ -1,4 +1,3 @@
version: '3'
services: services:
homeassistant: homeassistant:
container_name: homeassistant container_name: homeassistant
@@ -15,4 +14,4 @@ services:
environment: environment:
- TZ=Europe/Berlin - TZ=Europe/Berlin
restart: unless-stopped restart: unless-stopped
network_mode: host network_mode: host

View File

@@ -1,5 +1,3 @@
version: "3"
services: services:
hp-scan: hp-scan:
image: manuc66/node-hp-scan-to:latest image: manuc66/node-hp-scan-to:latest

View File

@@ -1,4 +1,3 @@
version: "2"
services: services:
imapfilter: imapfilter:
build: . build: .
@@ -8,4 +7,4 @@ services:
- ./config.lua:/volume/configuration/config.lua:ro - ./config.lua:/volume/configuration/config.lua:ro
labels: labels:
com.centurylinklabs.watchtower.enable: "false" com.centurylinklabs.watchtower.enable: "false"
restart: always restart: always

View File

@@ -1,5 +1,3 @@
version: "3.8"
services: services:
immich-server: immich-server:
container_name: immich_server container_name: immich_server
@@ -75,4 +73,4 @@ volumes:
driver_opts: driver_opts:
type: nfs type: nfs
o: addr=${NFS_SERVER},rw o: addr=${NFS_SERVER},rw
device: ":${PFAD}" device: ":${PFAD}"

View File

@@ -1,4 +1,3 @@
version: "2"
services: services:
knxd: knxd:
image: henfri/knxd:v0.12.6 image: henfri/knxd:v0.12.6

View File

@@ -1,4 +1,3 @@
version: "3.4"
services: services:
mealie: mealie:
container_name: mealie container_name: mealie
@@ -39,4 +38,4 @@ services:
# SMTP_AUTH_STRATEGY=TLS # Options: 'TLS', 'SSL', 'NONE' # SMTP_AUTH_STRATEGY=TLS # Options: 'TLS', 'SSL', 'NONE'
# SMTP_FROM_EMAIL= # SMTP_FROM_EMAIL=
# SMTP_USER= # SMTP_USER=
# SMTP_PASSWORD= # SMTP_PASSWORD=

View File

@@ -1,5 +1,3 @@
version: '3'
services: services:
murmur: murmur:
image: vimagick/murmur image: vimagick/murmur
@@ -9,4 +7,4 @@ services:
ports: ports:
- "64738:64738/tcp" - "64738:64738/tcp"
- "64738:64738/udp" - "64738:64738/udp"
restart: always restart: always

View File

@@ -1,5 +1,3 @@
version: '2.1'
services: services:
nodered: nodered:
container_name: node-red container_name: node-red
@@ -15,4 +13,4 @@ services:
#- PGID=1000 #- PGID=1000
#- PUID=1000 #- PUID=1000
restart: always restart: always
network_mode: host network_mode: host

View File

@@ -1,4 +1,3 @@
version: '3'
services: services:
onlyoffice-document-server: onlyoffice-document-server:
container_name: onlyoffice-document-server container_name: onlyoffice-document-server

View File

@@ -1,5 +1,3 @@
version: "3"
services: services:
owncloud: owncloud:
image: owncloud/server image: owncloud/server
@@ -61,4 +59,4 @@ services:
timeout: 5s timeout: 5s
retries: 5 retries: 5
volumes: volumes:
- ./redis:/data - ./redis:/data

View File

@@ -26,7 +26,6 @@
# For more extensive installation and update instructions, refer to the # For more extensive installation and update instructions, refer to the
# documentation. # documentation.
version: "3.4"
services: services:
broker: broker:
image: docker.io/library/redis:7 image: docker.io/library/redis:7

View File

@@ -1,4 +1,3 @@
version: "2"
services: services:
portainer: portainer:
container_name: portainer container_name: portainer
@@ -9,4 +8,4 @@ services:
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /opt/portainer:/data - /opt/portainer:/data
restart: unless-stopped restart: unless-stopped

View File

@@ -1,4 +1,3 @@
version: '3.8'
services: services:
app: app:
#image: 'jc21/nginx-proxy-manager:latest' #image: 'jc21/nginx-proxy-manager:latest'
@@ -13,4 +12,4 @@ services:
- '443:443' - '443:443'
volumes: volumes:
- ./data:/data - ./data:/data
- ./letsencrypt:/etc/letsencrypt - ./letsencrypt:/etc/letsencrypt

View File

@@ -1,4 +1,3 @@
version: '3'
services: services:
sshwifty: sshwifty:
image: 'niruix/sshwifty:latest' image: 'niruix/sshwifty:latest'

View File

@@ -1,4 +1,3 @@
version: "3.3"
services: services:
stirling_pdf: stirling_pdf:
image: frooodle/s-pdf:latest image: frooodle/s-pdf:latest
@@ -13,4 +12,4 @@ services:
environment: environment:
- DOCKER_ENABLE_SECURITY=false - DOCKER_ENABLE_SECURITY=false
restart: unless-stopped restart: unless-stopped

View File

@@ -1,4 +1,3 @@
version: "2.1"
services: services:
unifi-controller: unifi-controller:
image: ghcr.io/linuxserver/unifi-controller image: ghcr.io/linuxserver/unifi-controller

View File

@@ -1,6 +1,3 @@
---
version: '3.3'
services: services:
uptime-kuma: uptime-kuma:
image: louislam/uptime-kuma:latest image: louislam/uptime-kuma:latest
@@ -9,4 +6,4 @@ services:
- ./config:/app/data - ./config:/app/data
ports: ports:
- "8086:3001" - "8086:3001"
restart: unless-stopped restart: unless-stopped

View File

@@ -1,4 +1,3 @@
version: "3.2"
services: services:
vdr-server: vdr-server:
image: lapicidae/vdr-server:latest image: lapicidae/vdr-server:latest
@@ -9,7 +8,7 @@ services:
- TZ=Europe/Berlin - TZ=Europe/Berlin
- LANG=de_DE.UTF-8 - LANG=de_DE.UTF-8
- LOG2FILE=false - LOG2FILE=false
- PLUGINS=epgsearch live ddci2 svdrpservice streamdev-server femon robotv #markad vnsiserver - PLUGINS=epgsearch live ddci2 svdrpservice streamdev-server femon markad #vnsiserver robotv
volumes: volumes:
- ./system:/vdr/system - ./system:/vdr/system
- ./config:/vdr/config - ./config:/vdr/config
@@ -22,7 +21,7 @@ services:
- 2004:2004 - 2004:2004
- 6419:6419 - 6419:6419
- 6419:6419/udp - 6419:6419/udp
- 34892:34892 #optional-RoboTV #- 34892:34892 #optional-RoboTV
#- 34890:34890 #optional-vnsi #- 34890:34890 #optional-vnsi
#- 8099:8099 #optional #- 8099:8099 #optional
devices: devices:

View File

@@ -1,4 +1,3 @@
version: "3.8"
services: services:
wg-easy: wg-easy:
image: weejewel/wg-easy image: weejewel/wg-easy
@@ -19,4 +18,4 @@ services:
- SYS_MODULE - SYS_MODULE
sysctls: sysctls:
- net.ipv4.ip_forward=1 - net.ipv4.ip_forward=1
- net.ipv4.conf.all.src_valid_mark=1 - net.ipv4.conf.all.src_valid_mark=1

View File

@@ -1,5 +1,3 @@
version: '3.0'
services: services:
wallos: wallos:
container_name: wallos container_name: wallos

View File

@@ -1,5 +1,3 @@
version: "3"
services: services:
watchtower: watchtower:
container_name: watchtower container_name: watchtower

View File

@@ -1,5 +1,3 @@
version: "2"
services: services:
webserver: webserver:
build: . build: .

View File

@@ -1,4 +1,3 @@
version: "3"
services: services:
webdav: webdav:
container_name: webdav container_name: webdav
@@ -9,16 +8,17 @@ services:
volumes: volumes:
# data # data
- ./data:/data - ./data:/data
- Photos:/data/Photos #- Photos:/data/Photos
- Backup:/data/Backup
# user and password # user and password
- ./user/htpasswd:/opt/nginx/conf/htpasswd:ro - ./user/htpasswd:/opt/nginx/conf/htpasswd:ro
restart: always restart: always
volumes: volumes:
Photos: Backup:
name: Photos name: Backup
driver: local driver: local
driver_opts: driver_opts:
type: nfs type: nfs
o: addr=${NFS_SERVER},rw o: addr=${NFS_SERVER},rw
device: ":${Photos}" device: ":${Backup}"

View File

@@ -1,5 +1,3 @@
---
version: '2'
services: services:
wekandb: wekandb:
image: mongo:6 image: mongo:6