32 lines
710 B
YAML
32 lines
710 B
YAML
version: '3'
|
|
services:
|
|
digifi-firstadvanceemulator:
|
|
image: "registry.simbrellang.net/digifi/firstadvanceemulator:latest"
|
|
# build:
|
|
# context: .
|
|
# dockerfile: Dockerfile
|
|
restart: unless-stopped
|
|
# volumes:
|
|
# - ./:/app
|
|
# - '/app/node_modules'
|
|
ports:
|
|
- 6038:${DIGIFI_PORT}
|
|
expose:
|
|
- "${DIGIFI_PORT}"
|
|
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.11.0/24 |