- Add ttyd service for ask on port 7682 - Update haloy.yml with new domain and GEMINI_API_KEY - Update Caddyfile to route ask.xn--2dk.xyz to ttyd - Update Dockerfile to include ask binary - Update README with ask section and schema files documentation
32 lines
650 B
YAML
32 lines
650 B
YAML
name: basedosdados
|
|
server: haloy.xn--2dk.xyz
|
|
api_token:
|
|
from:
|
|
env: HALOY_TOKEN
|
|
domains:
|
|
- domain: db.xn--2dk.xyz
|
|
port: 8080
|
|
health_check_path: /health
|
|
- domain: ask.xn--2dk.xyz
|
|
port: 8080
|
|
health_check_path: /health
|
|
env:
|
|
- name: GEMINI_API_KEY
|
|
from:
|
|
env: GEMINI_API_KEY
|
|
- name: HETZNER_S3_ENDPOINT
|
|
from:
|
|
env: HETZNER_S3_ENDPOINT
|
|
- name: AWS_ACCESS_KEY_ID
|
|
from:
|
|
env: AWS_ACCESS_KEY_ID
|
|
- name: AWS_SECRET_ACCESS_KEY
|
|
from:
|
|
env: AWS_SECRET_ACCESS_KEY
|
|
- name: BASIC_AUTH_PASSWORD
|
|
from:
|
|
env: BASIC_AUTH_PASSWORD
|
|
- name: BUCKET_REGION
|
|
from:
|
|
env: BUCKET_REGION
|