0
0

Unified the version of the compose file format

This commit is contained in:
Opnxng 2024-06-09 10:12:32 +08:00
parent 8595a853d2
commit 3b424b94b1
37 changed files with 38 additions and 39 deletions

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.3' version: "3.8"
services: services:
4get: 4get:
image: git.opnxng.com/opnxng/4get:latest image: git.opnxng.com/opnxng/4get:latest

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.3' version: "3.8"
services: services:
anonymousoverflow: anonymousoverflow:
image: codeberg.org/aryak/anonymousoverflow-docker-builds image: codeberg.org/aryak/anonymousoverflow-docker-builds

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: "3.3" version: "3.8"
services: services:
authelia: authelia:
image: ghcr.io/authelia/authelia image: ghcr.io/authelia/authelia

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.3' version: "3.8"
services: services:
binternet: binternet:
image: git.opnxng.com/opnxng/binternet:latest image: git.opnxng.com/opnxng/binternet:latest

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.3' version: "3.8"
services: services:
breezewiki: breezewiki:
image: quay.io/pussthecatorg/breezewiki:latest image: quay.io/pussthecatorg/breezewiki:latest

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.7' version: "3.8"
services: services:
caddy: caddy:
image: git.opnxng.com/opnxng/caddy:latest image: git.opnxng.com/opnxng/caddy:latest

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: "3.7" version: "3.8"
services: services:
cinny: cinny:
image: ghcr.io/cinnyapp/cinny:latest image: ghcr.io/cinnyapp/cinny:latest

View File

@ -1,6 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: "3.4" version: "3.8"
services: services:
cloudtube: cloudtube:
image: abeltramo/cloudtube:latest image: abeltramo/cloudtube:latest

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3' version: "3.8"
services: services:
etherpad: etherpad:
image: git.opnxng.com/opnxng/etherpad:latest image: git.opnxng.com/opnxng/etherpad:latest

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.7' version: "3.8"
services: services:
geoipupdate: geoipupdate:
container_name: geoipupdate container_name: geoipupdate

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: "3" version: "3.8"
services: services:
gitea: gitea:
image: gitea/gitea:1.22.0-rootless image: gitea/gitea:1.22.0-rootless

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.3' version: "3.8"
services: services:
gothub: gothub:
image: codeberg.org/gothub/gothub:latest image: codeberg.org/gothub/gothub:latest

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.3' version: "3.8"
services: services:
imgin: imgin:
image: git.opnxng.com/opnxng/imgin:latest image: git.opnxng.com/opnxng/imgin:latest

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.3' version: "3.8"
services: services:
invidious: invidious:
# deploy: # deploy:

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.7' version: "3.8"
services: services:
it-tools: it-tools:
container_name: it-tools container_name: it-tools

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.7' version: "3.8"
services: services:
libreddit-warp: libreddit-warp:
image: caomingjun/warp image: caomingjun/warp

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.7' version: "3.8"
services: services:
mlmym: mlmym:
image: ghcr.io/rystaf/mlmym:latest image: ghcr.io/rystaf/mlmym:latest

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.3' version: "3.8"
services: services:
ntfy: ntfy:
image: binwiederhier/ntfy:latest image: binwiederhier/ntfy:latest

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.7' version: "3.8"
services: services:
photon: photon:
image: ghcr.io/xyphyn/photon:latest image: ghcr.io/xyphyn/photon:latest

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.7' version: "3.8"
services: services:
privatebin: privatebin:
container_name: privatebin container_name: privatebin

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.7' version: "3.8"
services: services:
priviblur: priviblur:
container_name: priviblur container_name: priviblur

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.3' version: "3.8"
services: services:
proxigram: proxigram:
image: git.opnxng.com/opnxng/proxigram:latest image: git.opnxng.com/opnxng/proxigram:latest

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.3' version: "3.8"
services: services:
proxitok: proxitok:
image: ghcr.io/pablouser1/proxitok:latest image: ghcr.io/pablouser1/proxitok:latest

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: "3.6" version: "3.8"
services: services:
quetre: quetre:
image: quay.io/pussthecatorg/quetre:latest image: quay.io/pussthecatorg/quetre:latest

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.3' version: "3.8"
services: services:
rat-aint-tieba: rat-aint-tieba:
image: git.opnxng.com/opnxng/rat-aint-tieba:latest image: git.opnxng.com/opnxng/rat-aint-tieba:latest

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.7' version: "3.8"
services: services:
redlib: redlib:
container_name: redlib container_name: redlib
@ -23,7 +23,7 @@ services:
- REDLIB_ROBOTS_DISABLE_INDEXING=on - REDLIB_ROBOTS_DISABLE_INDEXING=on
- REDLIB_PUSHSHIFT_FRONTEND=undelete.pullpush.io - REDLIB_PUSHSHIFT_FRONTEND=undelete.pullpush.io
# - RUST_LOG=redlib=trace #logging on the crate # - RUST_LOG=redlib=trace #logging on the crate
- RUST_LOG=trace # - RUST_LOG=trace
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck:
test: ["CMD", "wget", "--spider", "-q", "--tries=1", "http://localhost:8080/settings"] test: ["CMD", "wget", "--spider", "-q", "--tries=1", "http://localhost:8080/settings"]

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: "3" version: "3.8"
services: services:
runner: runner:
image: gitea/act_runner:latest-dind-rootless image: gitea/act_runner:latest-dind-rootless

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.7' version: "3.8"
services: services:
scribe: scribe:
container_name: scribe container_name: scribe

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.7' version: "3.8"
services: services:
searxng: searxng:

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.3' version: "3.8"
services: services:
send: send:
# image: "registry.gitlab.com/timvisee/send:latest" # image: "registry.gitlab.com/timvisee/send:latest"

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: "3.6" version: "3.8"
services: services:
simplytranslate: simplytranslate:
image: git.opnxng.com/opnxng/simplytranslate:latest image: git.opnxng.com/opnxng/simplytranslate:latest

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: "3" version: "3.8"
services: services:
socks5: socks5:
image: serjs/go-socks5-proxy image: serjs/go-socks5-proxy

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.3' version: "3.8"
services: services:
stirling-pdf: stirling-pdf:
container_name: stirling-pdf container_name: stirling-pdf

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.7' version: "3.8"
services: services:
teddit-warp: teddit-warp:
image: caomingjun/warp image: caomingjun/warp

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.7' version: "3.8"
services: services:
voyager: voyager:
image: ghcr.io/aeharding/voyager:latest image: ghcr.io/aeharding/voyager:latest

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '2.1' version: "3.8"
services: services:
watchtower: watchtower:
image: ghcr.io/containrrr/watchtower image: ghcr.io/containrrr/watchtower

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
version: '3.3' version: "3.8"
services: services:
wolfree: wolfree:
image: git.opnxng.com/opnxng/wolfree:latest image: git.opnxng.com/opnxng/wolfree:latest