Skip to content

Commit 1bd6bcd

Browse files
committed
ci: add dep on build
1 parent fa64b05 commit 1bd6bcd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ services:
4141
- ./spec:/app/spec
4242
- ./src:/app/src
4343
depends_on:
44+
- build
4445
- elastic
4546
- etcd
4647
- redis
@@ -62,6 +63,7 @@ services:
6263
image: placeos/build:${PLACE_BUILD_TAG:-nightly}
6364
restart: always
6465
hostname: build
66+
container_name: build
6567
environment:
6668
<<: *deployment-env
6769

0 commit comments

Comments
 (0)