Files
CHIEFSOFT\ameye d0a1b8f420 added docker
2024-06-14 17:40:37 -04:00

24 lines
451 B
YAML

version: '3'
services:
digifi-employer2:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
volumes:
- ./:/app
- '/app/node_modules'
ports:
- 6036:5173
expose:
- "5173"
extra_hosts:
- digifi-apidev.chiefsoft.net:10.10.33.15
- backend.wrenchboard.api.test:10.10.33.15
environment:
- PORT=${DIGIFI_PORT}
tty: true
stdin_open: true
volumes:
src: