Move vars to defaults

This commit is contained in:
Tobias Reisinger 2025-08-10 23:44:23 +02:00
parent 70578f2a13
commit bf08ae8f81
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
40 changed files with 0 additions and 0 deletions

View file

@ -1,24 +0,0 @@
---
reitanlage_oranienburg_svc:
domain: "{{ all_services | service_get_domain(role_name) }}"
www_domain: true
port: 80
caddy_extra: |
import analytics
header /images/* Cache-Control "max-age=31536000"
header /assets/* Cache-Control "max-age=2629800"
header /user/themes/* Cache-Control "max-age=2629800"
reitanlage_oranienburg_compose:
watchtower: false
image: "{{ (container_registry.public, 'library/grav') | path_join }}"
volumes:
- data:/var/www/html/
file:
services:
app:
build:
context: .
volumes:
data: