Migrate deployment from Hetzner to Coolify #1

Merged
sharang merged 14 commits from coolify into main 2026-03-13 10:45:35 +00:00
Showing only changes of commit f6b22820ce - Show all commits

View File

@@ -11,6 +11,9 @@ networks:
breakpilot-network: breakpilot-network:
external: true external: true
name: breakpilot-network name: breakpilot-network
coolify:
external: true
name: coolify
volumes: volumes:
dsms_data: dsms_data:
@@ -50,6 +53,7 @@ services:
restart: unless-stopped restart: unless-stopped
networks: networks:
- breakpilot-network - breakpilot-network
- coolify
developer-portal: developer-portal:
build: build:
@@ -69,6 +73,7 @@ services:
restart: unless-stopped restart: unless-stopped
networks: networks:
- breakpilot-network - breakpilot-network
- coolify
# ========================================================= # =========================================================
# BACKEND # BACKEND
@@ -111,6 +116,7 @@ services:
restart: unless-stopped restart: unless-stopped
networks: networks:
- breakpilot-network - breakpilot-network
- coolify
# ========================================================= # =========================================================
# SDK SERVICES # SDK SERVICES
@@ -150,6 +156,7 @@ services:
restart: unless-stopped restart: unless-stopped
networks: networks:
- breakpilot-network - breakpilot-network
- coolify
# ========================================================= # =========================================================
# TTS SERVICE (Piper TTS + FFmpeg) # TTS SERVICE (Piper TTS + FFmpeg)