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:
adguardhome:
container_name: adguardhome

View File

@@ -1,4 +1,3 @@
version: "2"
services:
bitwarden:
image: vaultwarden/server:latest

View File

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

View File

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

View File

@@ -1,4 +1,3 @@
version: "3"
services:
dozzle:
container_name: dozzle

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,3 @@
---
version: "2.1"
services:
grocy:
image: lscr.io/linuxserver/grocy

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,3 @@
version: "2"
services:
imapfilter:
build: .

View File

@@ -1,5 +1,3 @@
version: "3.8"
services:
immich-server:
container_name: immich_server

View File

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

View File

@@ -1,4 +1,3 @@
version: "3.4"
services:
mealie:
container_name: mealie

View File

@@ -1,5 +1,3 @@
version: '3'
services:
murmur:
image: vimagick/murmur

View File

@@ -1,5 +1,3 @@
version: '2.1'
services:
nodered:
container_name: node-red

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,3 @@
version: "2"
services:
portainer:
container_name: portainer

View File

@@ -1,4 +1,3 @@
version: '3.8'
services:
app:
#image: 'jc21/nginx-proxy-manager:latest'

View File

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

View File

@@ -1,4 +1,3 @@
version: "3.3"
services:
stirling_pdf:
image: frooodle/s-pdf:latest

View File

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

View File

@@ -1,6 +1,3 @@
---
version: '3.3'
services:
uptime-kuma:
image: louislam/uptime-kuma:latest

View File

@@ -1,4 +1,3 @@
version: "3.2"
services:
vdr-server:
image: lapicidae/vdr-server:latest
@@ -9,7 +8,7 @@ services:
- TZ=Europe/Berlin
- LANG=de_DE.UTF-8
- 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:
- ./system:/vdr/system
- ./config:/vdr/config
@@ -22,7 +21,7 @@ services:
- 2004:2004
- 6419:6419
- 6419:6419/udp
- 34892:34892 #optional-RoboTV
#- 34892:34892 #optional-RoboTV
#- 34890:34890 #optional-vnsi
#- 8099:8099 #optional
devices:

View File

@@ -1,4 +1,3 @@
version: "3.8"
services:
wg-easy:
image: weejewel/wg-easy

View File

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

View File

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

View File

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

View File

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

View File

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