Add runner-based auto deploy for marketing-parser

This commit is contained in:
Codex
2026-04-12 21:36:17 +05:00
parent 09ab38d738
commit 2c12b4940d
6 changed files with 346 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
name: marketing-parser
services:
parser-service:
build:
context: ..
dockerfile: Dockerfile
image: ${PARSER_IMAGE:-marketing-parser-app:latest}
container_name: ${PARSER_CONTAINER_NAME:-konturai-parser-app}
restart: unless-stopped
env_file:
- ../.env.production
extra_hosts:
- host.docker.internal:host-gateway
networks:
common_network:
aliases:
- parser-service
networks:
common_network:
external: true