Files
CHIEFSOFT\ameye 9ca5bd888f first commit
2024-07-09 06:37:14 -04:00

17 lines
332 B
YAML

version: '3'
services:
wrenchboard-event-consumer:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
volumes:
- ./:/app
- '/app/node_modules'
ports:
- 3030:3000
environment:
- PORT=${WRENCHJOB_PORT}
- POSTGRE_URL=${WRENCHJOB_POSTGRE_URL}
volumes:
src: