mirror of
https://github.com/aljazceru/cypherapps.git
synced 2025-12-18 22:04:20 +01:00
v0.5.0-rc.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user