'version' is deprecated

This commit is contained in:
Sam A. 2024-04-14 19:29:48 +02:00
parent 4472e45c65
commit b1e90828ad
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
15 changed files with 0 additions and 30 deletions

View File

@ -1,8 +1,6 @@
{# code: language=ansible-jinja #}
# THIS FILE IS MANAGED BY ANSIBLE
version: "3.8"
services:
web:
image: caddy:{{ apps_vars.caddy.version }}

View File

@ -1,8 +1,6 @@
{# code: language=ansible-jinja #}
# THIS FILE IS MANAGED BY ANSIBLE
version: "3.8"
services:
kubo:
image: ipfs/kubo:{{ apps_vars.ipfs.version }}

View File

@ -1,8 +1,6 @@
{# code: language=ansible-jinja #}
# THIS FILE IS MANAGED BY ANSIBLE
version: "3.8"
services:
meet:
image: jitsi/web:{{ apps_vars.jitsi.version }}

View File

@ -1,8 +1,6 @@
{# code: language=ansible-jinja #}
# THIS FILE IS MANAGED BY ANSIBLE
version: "3.8"
services:
server:
image: joplin/server:{{ apps_vars.joplin.version }}

View File

@ -1,8 +1,6 @@
{# code: language=ansible-jinja #}
# THIS FILE IS MANAGED BY ANSIBLE
version: "3.8"
services:
node:
image: sethsimmons/simple-monerod:{{ apps_vars.monerod.version }}

View File

@ -1,8 +1,6 @@
{# code: language=ansible-jinja #}
# THIS FILE IS MANAGED BY ANSIBLE
version: "3.8"
services:
redis:
image: redis:{{ apps_vars.nextcloud.redis_version }}

View File

@ -1,8 +1,6 @@
{# code: language=ansible-jinja #}
# THIS FILE IS MANAGED BY ANSIBLE
version: "3.8"
services:
web:
image: nginx:{{ apps_vars.nginx.version }}

View File

@ -1,8 +1,6 @@
{# code: language=ansible-jinja #}
# THIS FILE IS MANAGED BY ANSIBLE
version: "3.8"
services:
app:
image: boky/postfix:{{ apps_vars.postfix.version }}

View File

@ -1,8 +1,6 @@
{# code: language=ansible-jinja #}
# THIS FILE IS MANAGED BY ANSIBLE
version: "3.8"
services:
backup:
image: mazzolino/restic:{{ apps_vars.restic.version }}

View File

@ -1,8 +1,6 @@
{# code: language=ansible-jinja #}
# THIS FILE IS MANAGED BY ANSIBLE
version: "3.8"
services:
redis:
image: redis:{{ apps_vars.searxng.redis_version }}

View File

@ -1,8 +1,6 @@
{# code: language=ansible-jinja #}
# THIS FILE IS MANAGED BY ANSIBLE
version: "3.8"
services:
proxy:
image: thetorproject/snowflake-proxy:{{ apps_vars.snowflake.version }}

View File

@ -1,8 +1,6 @@
{# code: language=ansible-jinja #}
# THIS FILE IS MANAGED BY ANSIBLE
version: "3.8"
services:
app:
image: goldy/tor-hidden-service:{{ apps_vars.tor.version }}

View File

@ -1,8 +1,6 @@
{# code: language=ansible-jinja #}
# THIS FILE IS MANAGED BY ANSIBLE
version: "3.8"
services:
app:
image: containrrr/watchtower:{{ apps_vars.watchtower.version }}

View File

@ -1,8 +1,6 @@
{# code: language=ansible-jinja #}
# THIS FILE IS MANAGED BY ANSIBLE
version: "3.8"
services:
app:
image: samsapti/website:{{ apps_vars.website.version }}

View File

@ -1,8 +1,6 @@
{# code: language=ansible-jinja #}
# THIS FILE IS MANAGED BY ANSIBLE
version: "3.8"
services:
caddy:
image: custom/caddy:{{ proxy_caddy_version }}-alpine