Mirrors the airports runner flow: test, publish to the Gitea registry, then pull APP_IMAGE into the z00 compose stack.
42 lines
916 B
YAML
42 lines
916 B
YAML
# z00 production overlay for AndyTranscribe (behind Caddy Proxy Manager)
|
|
services:
|
|
app:
|
|
networks:
|
|
- default
|
|
- caddy
|
|
environment:
|
|
APP_ENV: production
|
|
APP_DEBUG: "false"
|
|
APP_URL: https://transcribe.z00.nu
|
|
TRUSTED_PROXIES: "*"
|
|
REVERB_HOST: reverb
|
|
REVERB_PORT: "8080"
|
|
REVERB_SCHEME: http
|
|
reverb:
|
|
networks:
|
|
- default
|
|
- caddy
|
|
environment:
|
|
APP_URL: https://transcribe.z00.nu
|
|
REVERB_HOST: reverb.transcribe.z00.nu
|
|
REVERB_PORT: "443"
|
|
REVERB_SCHEME: https
|
|
queue:
|
|
networks:
|
|
- default
|
|
environment:
|
|
APP_ENV: production
|
|
APP_DEBUG: "false"
|
|
APP_URL: https://transcribe.z00.nu
|
|
REVERB_HOST: reverb
|
|
REVERB_PORT: "8080"
|
|
REVERB_SCHEME: http
|
|
whisper:
|
|
networks:
|
|
- default
|
|
|
|
networks:
|
|
caddy:
|
|
external: true
|
|
name: caddy-proxy-manager-test_caddy-test-network
|