Compare commits
1 commit
master
...
renovate/b
Author | SHA1 | Date | |
---|---|---|---|
98cf3d994b |
5 changed files with 5 additions and 10 deletions
|
@ -19,7 +19,7 @@
|
|||
pwr_meter_pulse_gw_image: netz39/power-meter-pulse-gateway:0.3.0
|
||||
|
||||
brotherql_host_port: 9004
|
||||
brotherql_web_image: dersimn/brother_ql_web:2.1-alpine
|
||||
brotherql_web_image: pklaus/brother_ql_web:alpine_9e20b6d
|
||||
|
||||
roles:
|
||||
# role 'docker_setup' applied through group 'docker_host'
|
||||
|
@ -187,7 +187,7 @@
|
|||
state: started
|
||||
ports:
|
||||
- "127.0.0.1:{{ brotherql_host_port }}:8013"
|
||||
command: "--default-label-size 62 --model QL-720NW tcp://{{ brotherql_printer_ip }}"
|
||||
command: " ./brother_ql_web.py --model QL-720NW tcp://{{ brotherql_printer_ip }}"
|
||||
detach: yes
|
||||
env:
|
||||
TZ: "{{ timezone }}"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
dokuwiki_port: 9005
|
||||
# This container is pinned, because there are issues
|
||||
# with backwards compatibility within the same tag!
|
||||
dokuwiki_image: bitnami/dokuwiki:20230404@sha256:a13023559160cf6bd1f2b77b753b5335643d65c0347cad4898076efa9de78d14
|
||||
dokuwiki_image: bitnami/dokuwiki:20230404@sha256:5869cd296e2afd9d4be196911c471701309cfd08590dfa3a76d56ec25ba2aa39
|
||||
|
||||
discord_invite_domain: discord.netz39.de
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
mac: "32:A3:94:A0:23:77"
|
|
@ -29,7 +29,7 @@ hedgedoc_postgres_password: "{{ vault_hedgedoc_postgres_password }}"
|
|||
redmine_host_port: 8087
|
||||
redmine_domain_name: redmine.n39.eu
|
||||
redmine_image: redmine:5.0.6
|
||||
redmine_mysql_image: mysql:8.2
|
||||
redmine_mysql_image: mysql:8.1
|
||||
redmine_database: redmine
|
||||
redmine_database_password: "{{ vault_redmine_database_password }}"
|
||||
|
||||
|
@ -59,7 +59,7 @@ homebox_host_port: 8092
|
|||
homebox_domain_name: inventory.n39.eu
|
||||
homebox_image: ghcr.io/hay-kot/homebox:v0.10.1
|
||||
|
||||
renovate_image: renovate/renovate:37.36.2
|
||||
renovate_image: renovate/renovate:37.31.5
|
||||
renovate_forgejo_pat: "{{ vault_renovate_forgejo_pat }}"
|
||||
renovate_github_pat: "{{ vault_renovate_github_pat }}"
|
||||
renovate_git_user: "Renovate Bot <accounts+renovatebot@netz39.de>"
|
|
@ -8,7 +8,6 @@ all:
|
|||
krypton.n39.eu:
|
||||
oganesson.n39.eu:
|
||||
platon.n39.eu:
|
||||
plumbum.n39.eu:
|
||||
pottwal.n39.eu:
|
||||
radon.n39.eu:
|
||||
unicorn.n39.eu:
|
||||
|
@ -32,7 +31,6 @@ all:
|
|||
holmium.n39.eu:
|
||||
krypton.n39.eu:
|
||||
oganesson.n39.eu:
|
||||
plumbum.n39.eu:
|
||||
pottwal.n39.eu:
|
||||
radon.n39.eu:
|
||||
unicorn.n39.eu:
|
||||
|
@ -50,7 +48,6 @@ all:
|
|||
krypton.n39.eu:
|
||||
oganesson.n39.eu:
|
||||
platon.n39.eu:
|
||||
plumbum.n39.eu:
|
||||
pottwal.n39.eu:
|
||||
radon.n39.eu:
|
||||
wittgenstein.n39.eu:
|
||||
|
|
Loading…
Reference in a new issue