28 lines
548 B
YAML
28 lines
548 B
YAML
# Name of your application. Used to uniquely configure containers.
|
|
service: sanasto-app
|
|
|
|
# Name of the container image.
|
|
image: soverein/sanasto-app
|
|
|
|
# Deploy to these servers.
|
|
servers:
|
|
web:
|
|
- app.rin.no
|
|
|
|
# Enable SSL auto certification via Let's Encrypt and allow for multiple apps on a single web server.
|
|
proxy:
|
|
ssl: true
|
|
host: sanasto.app
|
|
app_port: 80
|
|
|
|
# Credentials for your image host.
|
|
registry:
|
|
server: git.rin.no
|
|
username: deploybot
|
|
password:
|
|
- KAMAL_REGISTRY_PASSWORD
|
|
|
|
# Configure builder setup.
|
|
builder:
|
|
arch: amd64
|