We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff327d commit d2ebcbdCopy full SHA for d2ebcbd
docker/local/docker-compose.yml
@@ -35,21 +35,6 @@ services:
35
networks:
36
- automq_net
37
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
-
53
controller:
54
container_name: "${CONTROLLER_DOCKER_NAME-controller}"
55
hostname: "${CONTROLLER_DOCKER_NAME-controller}"
0 commit comments