cloudserve-infrastructure/roles/landingpage/vars/main.yml
Marty Oehme 2d01350fa5
Switch to new landingpage and remove old blog
New landingpage includes the blog itself to better
integrate with the main page. Also runs on astro
not on hugo which I am a little more familiar with.
2023-12-08 20:28:44 +01:00

7 lines
149 B
YAML

---
stack_name: landingpage
stack_image: "martyo/cloudserve-landing"
stack_compose: "{{ lookup('template', 'docker-stack.yml.j2') | from_yaml }}"