Skip to content

Commit

Permalink
Add stirling pdf to test
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderbl29 committed Aug 20, 2024
1 parent 4bde783 commit 5614566
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tasks/docker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@
when: "'rpi4-1' in ansible_hostname"
# notify: Check gatus is running

- name: DEPLOY CONTAINERS | Stirling pdf
community.docker.docker_compose_v2:
project_src: /home/{{ ansible_user }}/homelab/stirling-pdf/
state: present
when: "'rpi4-1' in ansible_hostname"
# notify: Check gatus is running

- name: DEPLOY CONTAINERS | Docker-cv
community.docker.docker_compose_v2:
project_src: /home/{{ ansible_user }}/homelab/cv/
Expand Down
1 change: 1 addition & 0 deletions tasks/docker-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- { src: "../../homelab/postgres/.env", dest: "/home/{{ ansible_user }}/homelab/postgres/.env" }
- { src: "../../homelab/gatus/.env", dest: "/home/{{ ansible_user }}/homelab/gatus/.env" }
- { src: "../../homelab/gitea/.env", dest: "/home/{{ ansible_user }}/homelab/gitea/.env" }
- { src: "../../homelab/stirling-pdf/.env", dest: "/home/{{ ansible_user }}/homelab/stirling-pdf/.env" }

- name: PREPARE DOCKER DEPLOYMENT | Create acme.json files
ansible.builtin.file:
Expand Down

0 comments on commit 5614566

Please sign in to comment.