Skip to content

Commit

Permalink
Remove stirling pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderbl29 committed Aug 22, 2024
1 parent 5614566 commit 16f0ca1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions tasks/docker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@
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 | 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:
Expand Down
2 changes: 1 addition & 1 deletion tasks/docker-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +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" }
# - { 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 16f0ca1

Please sign in to comment.