This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user