chore: split Coolify compose configuration

This commit is contained in:
2026-06-08 13:30:18 +08:00
parent ad8fc7957e
commit 9024f80a70
4 changed files with 21 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
services:
analytics:
build: .
container_name: new-api-analytics
restart: unless-stopped
ports:
- "8019:8019"
environment:
- SERVICE_URL_ANALYTICS_8019
networks:
- coolify
networks:
coolify:
external: true