mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 23:28:32 +01:00
update: various docker upgrades & debian 12 bookworm
This commit is contained in:
@@ -169,10 +169,10 @@
|
||||
- atlantis-verify
|
||||
- soundlib-interface
|
||||
- python-flask-picture-factory
|
||||
- money-balancer
|
||||
#- money-balancer
|
||||
- atlantis-web-check
|
||||
- ntfy
|
||||
- ferchau-wscad
|
||||
#- ferchau-wscad
|
||||
- code-server
|
||||
|
||||
- name: OAuth2Proxy directories
|
||||
@@ -214,9 +214,9 @@
|
||||
- ferchau-wscad
|
||||
|
||||
- name: Deploy OAuth2Proxy
|
||||
community.docker.docker_compose:
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: /opt/oauth2proxy/{{ item }}/
|
||||
pull: true
|
||||
pull: always
|
||||
with_items:
|
||||
- tmnf-replay-server
|
||||
- atlantis-hub
|
||||
@@ -226,6 +226,6 @@
|
||||
- soundlib-interface
|
||||
- python-flask-picture-factory
|
||||
#- reactive-resume
|
||||
- money-balancer
|
||||
#- money-balancer
|
||||
- atlantis-web-check
|
||||
- ferchau-wscad
|
||||
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
restart: always
|
||||
app:
|
||||
# Make sure to use the latest release from https://hedgedoc.org/latest-release
|
||||
image: quay.io/hedgedoc/hedgedoc:1.9.9
|
||||
image: quay.io/hedgedoc/hedgedoc:latest
|
||||
environment:
|
||||
- CMD_DB_URL=postgres://hedgedoc:HISTORY_PURGED_SECRET@database:5432/hedgedoc
|
||||
- CMD_DOMAIN=hedgedoc.atlantishq.de
|
||||
|
||||
Reference in New Issue
Block a user