tokenbridge/burner-wallet-plugin/docker-compose.yml
2020-05-04 23:35:46 +03:00

18 lines
343 B
YAML

---
version: '2.4'
services:
staging:
build:
context: ..
dockerfile: burner-wallet-plugin/Dockerfile
target: staging
environment:
- NODE_ENV=production
testing:
build:
context: ..
dockerfile: burner-wallet-plugin/Dockerfile
target: testing
environment:
- NODE_ENV=production