tokenbridge-burner-wallet-p.../docker-compose.yml

18 lines
305 B
YAML
Raw Permalink Normal View History

2020-04-24 09:20:30 -07:00
---
version: '2.4'
services:
wallet:
build:
context: .
dockerfile: Dockerfile
target: wallet
environment:
- NODE_ENV=production
test-wallet:
build:
context: .
dockerfile: Dockerfile
target: test-wallet
2020-04-24 09:20:30 -07:00
environment:
- NODE_ENV=production