Skip to content

Commit 8766383

Browse files
committed
add 'services' at top of docker-compose.yml
1 parent ec5447d commit 8766383

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

docker-compose.yml

+17-16
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
ecsdeploy:
2-
build: .
3-
env_file:
4-
- local.env
5-
volumes:
6-
- ./ecs-deploy:/ecs-deploy
1+
services:
2+
ecsdeploy:
3+
build: .
4+
env_file:
5+
- local.env
6+
volumes:
7+
- ./ecs-deploy:/ecs-deploy
78

8-
test:
9-
build: .
10-
env_file:
11-
- local.env
12-
entrypoint: ["bash"]
13-
command: ["/run-tests.sh"]
14-
volumes:
15-
- ./ecs-deploy:/ecs-deploy
16-
- ./run-tests.sh:/run-tests.sh
17-
- ./test.bats:/test.bats
9+
test:
10+
build: .
11+
env_file:
12+
- local.env
13+
entrypoint: ["bash"]
14+
command: ["/run-tests.sh"]
15+
volumes:
16+
- ./ecs-deploy:/ecs-deploy
17+
- ./run-tests.sh:/run-tests.sh
18+
- ./test.bats:/test.bats

0 commit comments

Comments
 (0)