Upgrade stuff
This commit is contained in:
parent
2d9b554372
commit
925c9d189f
|
@ -14,14 +14,14 @@ apps_vars:
|
||||||
sender: false
|
sender: false
|
||||||
extra_tasks: true
|
extra_tasks: true
|
||||||
docker_ipv4: 172.17.2.48
|
docker_ipv4: 172.17.2.48
|
||||||
version: 2.7.6-alpine
|
version: 2.8.4-alpine
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
backup: false
|
backup: false
|
||||||
sender: false
|
sender: false
|
||||||
extra_tasks: true
|
extra_tasks: true
|
||||||
docker_ipv4: 172.17.2.32
|
docker_ipv4: 172.17.2.32
|
||||||
version: 1.25.4-alpine-slim
|
version: 1.26.1-alpine-slim
|
||||||
|
|
||||||
postfix:
|
postfix:
|
||||||
backup: true
|
backup: true
|
||||||
|
@ -38,7 +38,7 @@ apps_vars:
|
||||||
gateway_domain: ipfs-gateway.{{ apps_base_domain }}
|
gateway_domain: ipfs-gateway.{{ apps_base_domain }}
|
||||||
port: 5001
|
port: 5001
|
||||||
gateway_port: 8080
|
gateway_port: 8080
|
||||||
version: v0.27.0
|
version: v0.29.0
|
||||||
|
|
||||||
jitsi:
|
jitsi:
|
||||||
backup: true
|
backup: true
|
||||||
|
@ -54,7 +54,7 @@ apps_vars:
|
||||||
extra_tasks: true
|
extra_tasks: true
|
||||||
domain: joplin.{{ apps_base_domain }}
|
domain: joplin.{{ apps_base_domain }}
|
||||||
port: 22300
|
port: 22300
|
||||||
version: 2.14.2-beta
|
version: 3.0.1-beta
|
||||||
|
|
||||||
minecraft:
|
minecraft:
|
||||||
backup: false
|
backup: false
|
||||||
|
@ -79,7 +79,7 @@ apps_vars:
|
||||||
extra_tasks: true
|
extra_tasks: true
|
||||||
domain: cloud.{{ apps_base_domain }}
|
domain: cloud.{{ apps_base_domain }}
|
||||||
port: 80
|
port: 80
|
||||||
version: 28-apache
|
version: 29.0.4-apache
|
||||||
redis_version: 7-alpine
|
redis_version: 7-alpine
|
||||||
|
|
||||||
searxng:
|
searxng:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# code: language=ansible
|
# code: language=ansible
|
||||||
---
|
---
|
||||||
proxy_data_root: "{{ data_fs }}/proxy"
|
proxy_data_root: "{{ data_fs }}/proxy"
|
||||||
proxy_caddy_version: '2.7.6'
|
proxy_caddy_version: '2.8.4'
|
||||||
|
|
||||||
proxy_environments:
|
proxy_environments:
|
||||||
- production
|
- production
|
||||||
|
|
Loading…
Reference in a new issue