diff --git a/batcher/docker-compose.yaml b/batcher/docker-compose.yaml index 5b6d943..fed9bba 100644 --- a/batcher/docker-compose.yaml +++ b/batcher/docker-compose.yaml @@ -5,11 +5,12 @@ services: environment: - "TRACING=1" - "CYPHERNODE_URL=https://gatekeeper:${GATEKEEPER_PORT}" - image: cyphernode/batcher:v0.1.0 + image: cyphernode/batcher:v0.1.0-rc.1 entrypoint: ["npm", "run", "start:dev"] volumes: - "$APP_SCRIPT_PATH/data:/batcher/data" - "$GATEKEEPER_DATAPATH/certs/cert.pem:/batcher/cert.pem:ro" + - "$LOGS_DATAPATH:/batcher/logs" networks: - cyphernodeappsnet restart: always