Skip to content
This repository was archived by the owner on Jan 23, 2022. It is now read-only.

Commit 611c1db

Browse files
committed
Reflect recent changes in the build configuration
1 parent ade1724 commit 611c1db

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docker-compose.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
version: "2"
22
services:
33
web:
4-
build: ./service/dor-http/
4+
build:
5+
context: .
6+
dockerfile: dor-http.Dockerfile
57
restart: always
68
depends_on:
79
- clickhouse
@@ -12,7 +14,9 @@ services:
1214
DOR_STORAGE: "clickhouse"
1315

1416
insert:
15-
build: ./cmd/dor-insert/
17+
build:
18+
context: .
19+
dockerfile: dor-insert.Dockerfile
1620
restart: always
1721
depends_on:
1822
- clickhouse

0 commit comments

Comments
 (0)