Files
ITWorx-Pulse-Public/deploy/compose.dev.yaml
T
ITWorx Pulse release export bd774932d5
Public source validation / validate (push) Failing after 3m8s
Publish ITWorx Pulse source
2026-09-03 02:09:19 +02:00

20 lines
415 B
YAML

services:
pulse-api:
environment:
PULSE_ENV: development
PULSE_AUTH_MODE: mock
ports:
- "${PULSE_DEV_API_PORT:-18081}:8081"
pulse-worker:
environment:
PULSE_ENV: development
pulse-agent:
environment:
PULSE_ENV: development
pulse-postgres:
ports:
- "${PULSE_DEV_DB_PORT:-55432}:5432"
pulse-web:
ports:
- "${PULSE_DEV_WEB_PORT:-18080}:8080"