chore: align docker version to 3.7
This commit is contained in:
parent
369aa78795
commit
dae185ed94
|
@ -3,7 +3,7 @@
|
|||
"name": "Booksonic",
|
||||
"available": true,
|
||||
"port": 8040,
|
||||
"tipi_version": 1,
|
||||
"tipi_version": 2,
|
||||
"version": "latest",
|
||||
"id": "booksonic",
|
||||
"categories": ["books", "media"],
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: "3.9"
|
||||
version: "3.7"
|
||||
services:
|
||||
booksonic:
|
||||
image: lscr.io/linuxserver/booksonic-air:latest
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"available": true,
|
||||
"port": 8119,
|
||||
"id": "bookstack",
|
||||
"tipi_version": 1,
|
||||
"tipi_version": 2,
|
||||
"version": "22.07.3",
|
||||
"description": "BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information. Default login: admin@admin.com password: password",
|
||||
"short_desc": "BookStack is a self-hosted platform for organising and storing information.",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: "3.9"
|
||||
version: "3.7"
|
||||
services:
|
||||
bookstack:
|
||||
image: lscr.io/linuxserver/bookstack:22.07.3
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: "3.9"
|
||||
version: "3.7"
|
||||
|
||||
networks:
|
||||
tipi_main_network:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"port": 9443,
|
||||
"available": true,
|
||||
"id": "portainer",
|
||||
"tipi_version": 1,
|
||||
"tipi_version": 2,
|
||||
"version": "2.14.2",
|
||||
"categories": ["utilities"],
|
||||
"description": "",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: "3.9"
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
portainer:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"available": true,
|
||||
"port": 8112,
|
||||
"id": "readarr",
|
||||
"tipi_version": 1,
|
||||
"tipi_version": 2,
|
||||
"version": "develop",
|
||||
"categories": ["books", "media"],
|
||||
"description": "",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: "3.9"
|
||||
version: "3.7"
|
||||
services:
|
||||
readarr:
|
||||
image: lscr.io/linuxserver/readarr:develop
|
||||
|
|
|
@ -2,9 +2,10 @@
|
|||
"$schema": "../schema.json",
|
||||
"name": "VaultWarden",
|
||||
"available": true,
|
||||
"exposable": true,
|
||||
"port": 8107,
|
||||
"id": "vaultwarden",
|
||||
"tipi_version": 1,
|
||||
"tipi_version": 2,
|
||||
"version": "1.25.1",
|
||||
"categories": ["utilities"],
|
||||
"description": "Alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.",
|
||||
|
|
|
@ -14,3 +14,10 @@ services:
|
|||
- ${APP_DATA_DIR}/data:/data
|
||||
networks:
|
||||
- tipi_main_network
|
||||
labels:
|
||||
traefik.enable: ${APP_EXPOSED}
|
||||
traefik.http.routers.vaultwarden.rule: Host(`${APP_DOMAIN}`)
|
||||
traefik.http.routers.vaultwarden.entrypoints: websecure
|
||||
traefik.http.routers.vaultwarden.service: vaultwarden
|
||||
traefik.http.routers.vaultwarden.tls.certresolver: myresolver
|
||||
traefik.http.services.vaultwarden.loadbalancer.server.port: 80
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"ports": [51820]
|
||||
},
|
||||
"id": "wg-easy",
|
||||
"tipi_version": 2,
|
||||
"tipi_version": 3,
|
||||
"version": "7",
|
||||
"categories": ["network"],
|
||||
"description": "Access your homeserver from anywhere even on your mobile device. Wireguard-easy is a simple tool to configure and manage Wireguard VPN servers. It is written in Go and uses the official Wireguard client. You have to open and redirect port 51820 to your homeserver in order to connect.",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: "3.8"
|
||||
version: "3.7"
|
||||
services:
|
||||
wg-easy:
|
||||
container_name: wg-easy
|
||||
|
|
Loading…
Reference in New Issue
Block a user