Fountain Coach Gitowner-controlled · read only

fountainai-deployer.git · swarm-stack.yml

fountainai-deployer.git / swarm-stack.yml

revision 63242a5a783b686519f1a204450e19ddcad5a226 · complete file

version: "3.9"

services:
  deployer:
    image: ghcr.io/fountain-coach/fountainai-deployer:latest
    restart: unless-stopped
    env_file: /opt/fountainai/fountainai-deployer/.env
    volumes:
      - /opt/fountainai/fountainai-deployer/fountainai-deployer.2025-06-17.private-key.pem:/app/fountainai-deployer.2025-06-17.private-key.pem:ro
    networks:
      - caddy_default
    labels:
      caddy: deployer.fountain.coach
      caddy.reverse_proxy: "{{upstreams 8000}}"
    expose:
      - "8000"

networks:
  caddy_default:
    external: true