Adding website hosting

This commit is contained in:
Ian Roddis
2026-03-23 14:34:12 -03:00
parent 5920d3fd7a
commit ab89c85844
6 changed files with 59 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
---
- name: restart website
community.docker.docker_compose_v2:
project_src: "{{ website_data_dir }}"
state: present
recreate: always