fix cup
All checks were successful
Deploy Containers / Prepare (push) Successful in 23s

This commit is contained in:
2026-04-20 14:06:34 -04:00
parent 1b12483587
commit 5da5a9480b
3 changed files with 296 additions and 270 deletions

View File

@@ -1,4 +1,16 @@
---
- name: Create folder structure
file:
path: "{{ item }}"
state: directory
with_items:
- "{{ data_dir }}/cup"
- name: Create Cup Config
template:
src: templates/cup/cup.json.j2
dest: "{{ data_dir }}/cup/cup.json"
- name: Deploy Cup
include_role:
name: docker
@@ -9,6 +21,7 @@
- name: homelab
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro"
- "{{ data_dir }}/cup/cup.json:/config/cup.json"
labels:
traefik.enable: "true"
traefik.http.routers.cup.rule: Host(`cup.fntz.net`)