You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
541 B
YAML
22 lines
541 B
YAML
variant: flatcar
|
|
version: 1.1.0
|
|
systemd:
|
|
units:
|
|
- name: lb.service
|
|
enabled: true
|
|
contents_local: lb/lb.service
|
|
- name: docker-network.service
|
|
enabled: true
|
|
contents_local: docker-network/docker-network.service
|
|
- name: thintz-com.service
|
|
enabled: true
|
|
contents_local: thintz-com/thintz-com.service
|
|
storage:
|
|
files:
|
|
- path: /var/lb/caddy/Caddyfile
|
|
contents:
|
|
local: lb/Caddyfile
|
|
- path: /var/thintz-com/caddy/Caddyfile
|
|
contents:
|
|
local: thintz-com/Caddyfile
|