kill woodpecker and firefly iii

main
Alpha Chen 11 months ago
parent 4bfc0c33bb
commit 71237d933e
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -22,9 +22,10 @@
- name: Run Firefly III
community.docker.docker_container:
restart: true
name: firefly-iii
image: fireflyiii/core:version-6.0.22
state: absent
restart: true
env:
APP_KEY: "{{ firefly_iii.app_key }}"
APP_URL: https://{{ firefly_iii.subdomain }}.{{ domain }}
@ -47,9 +48,10 @@
- name: Run Firefly III cron trigger
community.docker.docker_container:
restart: true
name: firefly-iii-cron
image: alpine
restart: true
state: absent
command: >
sh -c
"echo \"0 3 * * * wget -qO- http://firefly-iii:8080/api/v1/cron/{{ firefly_iii.static_cron_token }}\"

@ -99,8 +99,6 @@
- import_playbook: grafana.yml # noqa: name[play]
- import_playbook: loki.yml # noqa: name[play]
- import_playbook: miniflux.yml # noqa: name[play]
- import_playbook: woodpecker.yml # noqa: name[play]
- import_playbook: firefly-iii.yml # noqa: name[play]
- import_playbook: caddy.yml # noqa: name[play]

@ -16,6 +16,7 @@
community.docker.docker_container:
name: woodpecker-server
image: woodpeckerci/woodpecker-server:v0.15.11
state: absent
restart: true
env:
# WOODPECKER_OPEN: "true"
@ -36,6 +37,7 @@
community.docker.docker_container:
name: woodpecker-agent
image: woodpeckerci/woodpecker-agent:v0.15.11
state: absent
restart: true
env:
WOODPECKER_SERVER: woodpecker-server:9000

Loading…
Cancel
Save