File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -40,19 +40,19 @@ services:
4040 image : eclipse-mosquitto:2
4141 ports :
4242 - 1883:1883
43- volumes :
44- - ./configuration/eclipse-mosquitto/mosquitto.conf:/mosquitto/config/mosquitto.conf
43+ volumes :
44+ - ./configuration/eclipse-mosquitto/mosquitto.conf:/mosquitto/config/mosquitto.conf
4545
4646 # OS2IoT
4747 os2iot-frontend :
4848 image : " os2iot-frontend"
49- build :
49+ build :
5050 context : " ../OS2IoT-frontend"
5151 dockerfile : " Dockerfile-prod"
5252 ports :
5353 - " 8081:8081"
5454 environment :
55- PRODUCTION : false
55+ PRODUCTION : " false"
5656 BASE_URL : http://localhost:3000/api/v1/
5757 TABLE_PAGE_SIZE : 20
5858
@@ -100,7 +100,6 @@ services:
100100 volumes :
101101 - ./configuration/os2iot-postgresql/initdb:/docker-entrypoint-initdb.d
102102 - pg-data:/var/lib/postgresql:Z
103-
104103
105104 os2iot-zookeeper :
106105 image : " bitnami/zookeeper:latest"
You can’t perform that action at this time.
0 commit comments