Files
digifi-SalaryLoan/docker-compose.yml
CHIEFSOFT\ameye 44656bdfde updated URL
2025-02-05 13:15:53 -05:00

31 lines
595 B
YAML

version: '3'
services:
digifi-salaryloan:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
volumes:
- ./:/app
- '/app/node_modules'
ports:
- 6037:5173
expose:
- "5173"
extra_hosts:
- digifi-apidev.chiefsoft.net:10.10.33.15
- devcore.digifi.chiefsoft.net:10.10.33.15
- core.digifi.chiefsoft.net:10.10.33.15
environment:
- PORT=${DIGIFI_PORT}
tty: true
stdin_open: true
volumes:
src:
networks:
default:
driver: bridge
ipam:
config:
- subnet: 172.16.56.0/24