'version' is deprecated
This commit is contained in:
parent
4472e45c65
commit
b1e90828ad
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue