Loading plug-test/orion-ld/docker-compose.yml +8 −8 Original line number Original line Diff line number Diff line Loading @@ -2,22 +2,22 @@ version: "3.5" services: services: orion: orion: image: fiware/orion-ld image: fiware/orion-ld hostname: orion hostname: orion${SUFFIX} container_name: fiware-orion container_name: fiware-orion${SUFFIX} expose: expose: - "1026" - "1026" ports: ports: - "8092:1026" - "${PORT}:1026" depends_on: depends_on: - mongo-db - mongo-db command: -dbhost mongo-db -logLevel DEBUG -mongocOnly -wip entityMaps command: -dbhost mongo-db${SUFFIX} -logLevel DEBUG -mongocOnly -wip entityMaps -forwarding mongo-db: mongo-db: image: mongo:3.6 image: mongo:3.6 hostname: mongo-db hostname: mongo-db${SUFFIX} container_name: db-mongo container_name: db-mongo${SUFFIX} ports: ports: - "27017:27017" - "${DB_PORT}:27017" networks: networks: - default - default command: --nojournal command: --nojournal Loading Loading
plug-test/orion-ld/docker-compose.yml +8 −8 Original line number Original line Diff line number Diff line Loading @@ -2,22 +2,22 @@ version: "3.5" services: services: orion: orion: image: fiware/orion-ld image: fiware/orion-ld hostname: orion hostname: orion${SUFFIX} container_name: fiware-orion container_name: fiware-orion${SUFFIX} expose: expose: - "1026" - "1026" ports: ports: - "8092:1026" - "${PORT}:1026" depends_on: depends_on: - mongo-db - mongo-db command: -dbhost mongo-db -logLevel DEBUG -mongocOnly -wip entityMaps command: -dbhost mongo-db${SUFFIX} -logLevel DEBUG -mongocOnly -wip entityMaps -forwarding mongo-db: mongo-db: image: mongo:3.6 image: mongo:3.6 hostname: mongo-db hostname: mongo-db${SUFFIX} container_name: db-mongo container_name: db-mongo${SUFFIX} ports: ports: - "27017:27017" - "${DB_PORT}:27017" networks: networks: - default - default command: --nojournal command: --nojournal Loading