Files
homelab/tasks/cup.yml
Alex Frantz 112c4c34bf
All checks were successful
Deploy Containers / Prepare (push) Successful in 10s
wasn't catching the container tag
2025-07-29 21:33:52 -04:00

13 lines
282 B
YAML

---
- name: Create Cup Docker Container
docker_container:
name: Cup
image: ghcr.io/sergi0g/cup
command: serve
restart_policy: unless-stopped
recreate: true
networks:
- name: homelab
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro"