Skip to content

Commit d2ebcbd

Browse files
committed
fix(docker): remove test service
1 parent 7ff327d commit d2ebcbd

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

docker/local/docker-compose.yml

-15
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,6 @@ services:
3535
networks:
3636
- automq_net
3737

38-
test:
39-
container_name: test
40-
hostname: test
41-
image: automqinc/automq-basic:2025.03.27
42-
volumes:
43-
- ../../core/build/distributions:/opt/volume_libs:ro
44-
- ../scripts:/opt/volume_scripts:ro
45-
command:
46-
- bash
47-
- -c
48-
- |
49-
cp -r /opt/volume_scripts/ /opt/automq/scripts && chmod +x /opt/automq/scripts/*.sh
50-
/opt/automq/scripts/pre_start.sh -s /opt/volume_libs -t /opt/kafka && \
51-
tail -f /dev/null
52-
5338
controller:
5439
container_name: "${CONTROLLER_DOCKER_NAME-controller}"
5540
hostname: "${CONTROLLER_DOCKER_NAME-controller}"

0 commit comments

Comments
 (0)