Skip to content

Commit ee87dd1

Browse files
committed
Trying to solve issues.
1 parent dcbdd4f commit ee87dd1

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

docker-compose.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ sub_platform() {
216216
fi
217217

218218
# Generate the docker compose file with all .env variables substituted (bake seems not to support this)
219-
$DOCKER_COMPOSE config &> docker-compose.bake.yml
219+
$DOCKER_COMPOSE -f docker-compose.yml config &> docker-compose.bake.yml
220220
cat docker-compose.bake.yml
221221

222222
# Build with Bake, so the image can be loaded into local docker context

docker-compose.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
# limitations under the License.
1818
#
1919

20-
version: "3.7"
21-
2220
services:
2321
deps:
2422
image: metacall/core:deps
@@ -66,8 +64,6 @@ services:
6664
DETOUR_LIBRARY_PATH: $METACALL_PATH/build
6765
PORT_LIBRARY_PATH: $METACALL_PATH/build
6866
NODE_PATH: /usr/lib/node_modules
69-
depends_on:
70-
- deps
7167

7268
runtime:
7369
image: metacall/core:runtime
@@ -91,8 +87,6 @@ services:
9187
DETOUR_LIBRARY_PATH: /usr/local/lib
9288
PORT_LIBRARY_PATH: /usr/local/lib
9389
NODE_PATH: /usr/local/lib/node_modules
94-
depends_on:
95-
- dev
9690

9791
cli:
9892
image: metacall/core:cli
@@ -112,6 +106,3 @@ services:
112106
DETOUR_LIBRARY_PATH: /usr/local/lib
113107
PORT_LIBRARY_PATH: /usr/local/lib
114108
NODE_PATH: /usr/local/lib/node_modules
115-
depends_on:
116-
- dev
117-
- runtime

0 commit comments

Comments
 (0)