Agent skills

Prettier
eslint
shopify
This commit is contained in:
2026-09-06 06:38:04 +00:00
parent ba93b829c4
commit 328a1a23e0
177 changed files with 240971 additions and 868 deletions
+9
View File
@@ -13,6 +13,13 @@
state: present
force_source: yes
- name: Ensure PocketBase data directory exists
file:
path: "{{ host_directory }}/pb_data"
state: directory
owner: "1000"
group: "1000"
- name: Create Mozimo container
docker_container:
name: "{{ docker_container }}"
@@ -20,5 +27,7 @@
state: started
restart_policy: "unless-stopped"
env_file: "{{ host_directory }}/.env"
volumes:
- "{{ host_directory }}/pb_data:/app/pb_data"
networks:
- name: "{{ docker_network }}"