fix(docker-compose.yaml): Fix the issue where Docker Compose doesn't … (#14361)

This commit is contained in:
LeanDeR
2025-02-26 10:27:11 +08:00
committed by GitHub
parent 21e1443ed5
commit e944646541
2 changed files with 2 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ services:
SANDBOX_PORT: ${SANDBOX_PORT:-8194} SANDBOX_PORT: ${SANDBOX_PORT:-8194}
volumes: volumes:
- ./volumes/sandbox/dependencies:/dependencies - ./volumes/sandbox/dependencies:/dependencies
- ./volumes/sandbox/conf:/conf
healthcheck: healthcheck:
test: [ 'CMD', 'curl', '-f', 'http://localhost:8194/health' ] test: [ 'CMD', 'curl', '-f', 'http://localhost:8194/health' ]
networks: networks:

View File

@@ -534,6 +534,7 @@ services:
SANDBOX_PORT: ${SANDBOX_PORT:-8194} SANDBOX_PORT: ${SANDBOX_PORT:-8194}
volumes: volumes:
- ./volumes/sandbox/dependencies:/dependencies - ./volumes/sandbox/dependencies:/dependencies
- ./volumes/sandbox/conf:/conf
healthcheck: healthcheck:
test: [ 'CMD', 'curl', '-f', 'http://localhost:8194/health' ] test: [ 'CMD', 'curl', '-f', 'http://localhost:8194/health' ]
networks: networks: