Files
MermsFirstOffice/docker-compose.yml
T
CHIEFSOFT\ameye 7e28fc8f51 first commit
2025-07-21 05:51:52 -04:00

33 lines
627 B
YAML

version: '3'
services:
merms-office:
#image: registry.chiefsoft.net/digifi-firstoffice:latest
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
volumes:
- ./:/app
- '/app/node_modules'
ports:
- 8092:5173
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