Compare commits
1 commit
master
...
renovate/p
Author | SHA1 | Date | |
---|---|---|---|
4da334a236 |
2 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@
|
||||||
- name: Ensure shlink database container is running
|
- name: Ensure shlink database container is running
|
||||||
docker_container:
|
docker_container:
|
||||||
name: shlinkdb
|
name: shlinkdb
|
||||||
image: postgres:16.8-alpine
|
image: postgres:17.4-alpine
|
||||||
pull: true
|
pull: true
|
||||||
state: started
|
state: started
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
|
|
|
@ -23,7 +23,7 @@ shlink_postgres_password: "{{ vault_shlink_postgres_password }}"
|
||||||
hedgedoc_host_port: 8084
|
hedgedoc_host_port: 8084
|
||||||
hedgedoc_domain_name: pad.n39.eu
|
hedgedoc_domain_name: pad.n39.eu
|
||||||
hedgedoc_image: quay.io/hedgedoc/hedgedoc:1.10.2
|
hedgedoc_image: quay.io/hedgedoc/hedgedoc:1.10.2
|
||||||
hedgedoc_db_image: postgres:16.8-alpine
|
hedgedoc_db_image: postgres:17.4-alpine
|
||||||
hedgedoc_postgres_password: "{{ vault_hedgedoc_postgres_password }}"
|
hedgedoc_postgres_password: "{{ vault_hedgedoc_postgres_password }}"
|
||||||
|
|
||||||
redmine_host_port: 8087
|
redmine_host_port: 8087
|
||||||
|
|
Loading…
Add table
Reference in a new issue