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