Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 5e82c28

Browse files
added the catalogue database to the compose file
1 parent 51a6ce7 commit 5e82c28

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/docker-compose.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ services:
1515
restart: always
1616
environment:
1717
- reschedule:on-node-failure
18+
catalogue-db:
19+
image: weaveworksdemos/catalogue-db
20+
hostname: catalogue-db
21+
restart: always
22+
environment:
23+
- MYSQL_ROOT_PASSWORD=""
24+
- MYSQL_ALLOW_EMPTY_PASSWORD=true
25+
- MYSQL_DATABASE=socksdb
1826
carts:
1927
image: weaveworksdemos/carts
2028
hostname: carts

0 commit comments

Comments
 (0)