| 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: |
| 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: |