Skip to content

Commit

Permalink
Clean compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
f-galland committed Dec 23, 2024
1 parent d05f5a6 commit ff70625
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions docker/builder/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,9 @@ services:
- ${REPO_PATH}:/home/wazuh-indexer
- wazuh-indexer-plugins:/home/wazuh-indexer/wazuh-indexer-plugins
- wazuh-indexer-reporting:/home/wazuh-indexer/wazuh-indexer-reporting
#entrypoint: ["/bin/bash", "/home/wazuh-indexer/entrypoint.sh"]
#entrypoint: ["tail", "-f", "/dev/null"]
entrypoint: ["/bin/bash", "/entrypoint.sh"]
user: "1000:1000"
working_dir: /home/wazuh-indexer
volumes:
wazuh-indexer-plugins:
wazuh-indexer-reporting:

# wi-assemble:
# image: wi-assemble:${VERSION}
# container_name: wi-assemble_${VERSION}
# build:
# context: ./../..
# dockerfile: ${REPO_PATH}/docker/builder/Dockerfile
# volumes:
# - ${REPO_PATH}/build-scripts:/home/wazuh-indexer/build-scripts
# - ${REPO_PATH}/artifacts:/home/wazuh-indexer/artifacts
# - ${REPO_PATH}/distribution/packages/src:/home/wazuh-indexer/distribution/packages/src
# - ${REPO_PATH}/buildSrc:/home/wazuh-indexer/buildSrc
# entrypoint: ["tail", "-f", "/dev/null"]
# user: "1000:1000"
# working_dir: /home/wazuh-indexer

0 comments on commit ff70625

Please sign in to comment.