Skip to content

Commit 986a77a

Browse files
fixed typo in docker-compose.yml
1 parent c73671d commit 986a77a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docker-compose.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)