diff --git a/emulator/docker-compose.yml b/emulator/docker-compose.yml index 77e847a..f6d8972 100644 --- a/emulator/docker-compose.yml +++ b/emulator/docker-compose.yml @@ -2,6 +2,8 @@ version: '3' services: digifi-firstadvanceemulator: image: "registry.simbrellang.net/digifi/firstadvanceemulator:latest" + env_file: + - .env.emulator # build: # context: . # dockerfile: Dockerfile @@ -10,15 +12,15 @@ services: # - ./:/app # - '/app/node_modules' ports: - - 6038:${DIGIFI_PORT} + - 6038:5177 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} + - "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: