34 lines
690 B
YAML
34 lines
690 B
YAML
version: '3'
|
|
services:
|
|
digifi-firstadvanceemulator:
|
|
image: "registry.simbrellang.net/digifi/firstadvanceemulator:latest"
|
|
env_file:
|
|
- .env.emulator
|
|
# build:
|
|
# context: .
|
|
# dockerfile: Dockerfile
|
|
restart: unless-stopped
|
|
# volumes:
|
|
# - ./:/app
|
|
# - '/app/node_modules'
|
|
ports:
|
|
- 6038:5177
|
|
expose:
|
|
- "5177"
|
|
- "6038"
|
|
# extra_hosts:
|
|
# - digifi-apidev.chiefsoft.net:10.10.33.15
|
|
# - devcore.digifi.chiefsoft.net:10.10.33.15
|
|
# environment:
|
|
# - PORT=5177
|
|
tty: true
|
|
stdin_open: true
|
|
volumes:
|
|
src:
|
|
|
|
#networks:
|
|
# default:
|
|
# driver: bridge
|
|
# ipam:
|
|
# config:
|
|
# - subnet: 172.16.11.0/24 |