21 lines
326 B
YAML
21 lines
326 B
YAML
|
service: hpg
|
||
|
image: images/hpg.romein.me
|
||
|
|
||
|
servers:
|
||
|
web: [91.99.31.93]
|
||
|
|
||
|
proxy:
|
||
|
host: 'hpg.romein.me'
|
||
|
app_port: 80
|
||
|
healthcheck:
|
||
|
path: '/'
|
||
|
|
||
|
registry:
|
||
|
server: code.smartyellow.net
|
||
|
username: romein
|
||
|
password: [KAMAL_REGISTRY_PASSWORD]
|
||
|
|
||
|
builder:
|
||
|
arch: amd64
|
||
|
remote: ssh://root@91.99.31.93
|