Browse Source

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

tags/1.0.0
LeanDeR 8 months ago
parent
commit
e944646541
No account linked to committer's email address
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      docker/docker-compose-template.yaml
  2. 1
    0
      docker/docker-compose.yaml

+ 1
- 0
docker/docker-compose-template.yaml View File

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:

+ 1
- 0
docker/docker-compose.yaml View File

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:

Loading…
Cancel
Save