Compare commits
2 commits
a63edc7651
...
a4a44564d0
| Author | SHA1 | Date | |
|---|---|---|---|
| a4a44564d0 | |||
|
8e5b0083b3 |
7 changed files with 10 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
# work in our environmnet.
|
# work in our environmnet.
|
||||||
# Rather manually setup python (pip) before instead.
|
# Rather manually setup python (pip) before instead.
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
uses: https://github.com/ansible/ansible-lint@v26.3.0
|
uses: https://github.com/ansible/ansible-lint@v26.4.0
|
||||||
with:
|
with:
|
||||||
setup_python: "false"
|
setup_python: "false"
|
||||||
requirements_file: "requirements.yml"
|
requirements_file: "requirements.yml"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# renovate: datasource=github-releases depName=netbox packageName=netbox-community/netbox
|
# renovate: datasource=github-releases depName=netbox packageName=netbox-community/netbox
|
||||||
netbox__version: "v4.5.5"
|
netbox__version: "v4.5.6"
|
||||||
netbox__config: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/netbox/netbox/configuration.py.j2') }}"
|
netbox__config: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/netbox/netbox/configuration.py.j2') }}"
|
||||||
netbox__custom_pipeline_oidc_group_and_role_mapping: true
|
netbox__custom_pipeline_oidc_group_and_role_mapping: true
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,4 +19,5 @@ services:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
volumes:
|
volumes:
|
||||||
- ./configs/acmedns.cfg:/etc/acme-dns/config.cfg:ro
|
- ./configs/acmedns.cfg:/etc/acme-dns/config.cfg:ro
|
||||||
- ./data/acmedns:/var/lib/acme-dns
|
- ./data/acmedns:/var/lib/acme-dns
|
||||||
|
restart: unless-stopped
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
ntfy:
|
ntfy:
|
||||||
image: docker.io/binwiederhier/ntfy:v2.20.1
|
image: docker.io/binwiederhier/ntfy:v2.21.0
|
||||||
container_name: ntfy
|
container_name: ntfy
|
||||||
command:
|
command:
|
||||||
- serve
|
- serve
|
||||||
|
|
|
||||||
|
|
@ -59,6 +59,7 @@ services:
|
||||||
- "SMTP_USERNAME=pad@hamburg.ccc.de"
|
- "SMTP_USERNAME=pad@hamburg.ccc.de"
|
||||||
- "SMTP_PASSWORD={{ secret__pad_smtp_password }}"
|
- "SMTP_PASSWORD={{ secret__pad_smtp_password }}"
|
||||||
- "URL=https://pad.hamburg.ccc.de"
|
- "URL=https://pad.hamburg.ccc.de"
|
||||||
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- database
|
- database
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@ services:
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
start_period: 30s
|
start_period: 30s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: git.hamburg.ccc.de/ccchh/sunders/web:latest
|
image: git.hamburg.ccc.de/ccchh/sunders/web:latest
|
||||||
|
|
@ -33,6 +34,7 @@ services:
|
||||||
IMPRESSUM_URL: https://hamburg.ccc.de/imprint/
|
IMPRESSUM_URL: https://hamburg.ccc.de/imprint/
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
data_handler:
|
data_handler:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
|
|
@ -48,6 +50,7 @@ services:
|
||||||
CAMERA_USER_PASSWORD: "{{ secret__sunders_db_camera_password }}"
|
CAMERA_USER_PASSWORD: "{{ secret__sunders_db_camera_password }}"
|
||||||
CAMERA_SELECT_USER: camera_select
|
CAMERA_SELECT_USER: camera_select
|
||||||
CAMERA_SELECT_USER_PASSWORD: "{{ secret__sunders_db_camera_select_password }}"
|
CAMERA_SELECT_USER_PASSWORD: "{{ secret__sunders_db_camera_select_password }}"
|
||||||
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
image: docker.io/library/postgres:18.3
|
image: docker.io/library/postgres:18.3
|
||||||
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./database:/var/lib/postgresql
|
- ./database:/var/lib/postgresql
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue