Initial template

This commit is contained in:
hh
2026-09-08 19:15:15 +02:00
commit 2ad458c018
35 changed files with 865 additions and 0 deletions
@@ -0,0 +1,15 @@
{%- set dash = project_slug | replace('_', '-') -%}
{% if serve != 'api' -%}
services:
frontend:
networks:
caddy:
aliases:
- {{ dash }}-frontend
networks:
caddy:
external: true
{%- else -%}
services: {}
{%- endif %}