Files
CHIEFSOFT\ameye 92f9a60519 Updated
2025-02-09 11:37:14 -05:00

31 lines
569 B
YAML

version: '3'
services:
mermsoffice-www:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
volumes:
- ./:/app
- '/app/node_modules'
ports:
- ${APP_PORT}:3000
expose:
- "5173"
- "3000"
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:
networks:
default:
driver: bridge
ipam:
config:
- subnet: 172.15.56.0/24