mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
13 lines
344 B
YAML
13 lines
344 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/kjellberg/mrsk/validate-with-json-schema/lib/mrsk/configuration/schema.yaml
|
|
service: web
|
|
image: fogtype/caddy
|
|
servers:
|
|
- ubuntu@gamma.fogtype.com
|
|
registry:
|
|
username: fogtype
|
|
password:
|
|
- KAMAL_REGISTRY_PASSWORD
|
|
logging:
|
|
driver: journald
|
|
healthcheck:
|
|
cmd: /bin/true
|