Files
digifi-employer/docker-compose.yml
CHIEFSOFT\ameye 0be73d4dcd first commit
2024-06-14 07:16:17 -04:00

24 lines
450 B
YAML

version: '3'
services:
digifi-employer:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
volumes:
- ./:/app
- '/app/node_modules'
ports:
- 6035: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: