We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa64b05 commit 1bd6bcdCopy full SHA for 1bd6bcd
1 file changed
docker-compose.yml
@@ -41,6 +41,7 @@ services:
41
- ./spec:/app/spec
42
- ./src:/app/src
43
depends_on:
44
+ - build
45
- elastic
46
- etcd
47
- redis
@@ -62,6 +63,7 @@ services:
62
63
image: placeos/build:${PLACE_BUILD_TAG:-nightly}
64
restart: always
65
hostname: build
66
+ container_name: build
67
environment:
68
<<: *deployment-env
69
0 commit comments