Add reitanlage-oranienburg website to services
This commit is contained in:
parent
f8c478b2e6
commit
519882db43
5 changed files with 63 additions and 2 deletions
23
_ansible/roles/reitanlage_oranienburg/vars/main.yml
Normal file
23
_ansible/roles/reitanlage_oranienburg/vars/main.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
reitanlage_oranienburg_svc:
|
||||
name: reitanlage-oranienburg
|
||||
domain: reitanlage-oranienburg.de
|
||||
www_domain: true
|
||||
port: 80
|
||||
caddy_extra: |
|
||||
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: grav
|
||||
volumes:
|
||||
- data:/var/www/html/
|
||||
file:
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
volumes:
|
||||
data:
|
Reference in a new issue