1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-24 13:48:49 +08:00

Add port mapping

Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
This commit is contained in:
Drasko DRASKOVIC 2017-03-19 03:13:12 +01:00
parent ce40a0a7a5
commit 318292703a

View File

@ -133,6 +133,8 @@ services:
image: mainflux/lora-app-server:latest
container_name: mainflux-lora-app-server
command: dockerize -wait tcp://postgres:5432 -wait tcp://mosquitto:1883 -wait tcp://redis:6379 -timeout 10s ./build/lora-app-server
ports:
- "8080:8080"
environment:
- DB_AUTOMIGRATE=true
- POSTGRES_DSN=postgres://loraserver:loraserver@postgres/loraserver?sslmode=disable