tokenbridge/ui/docker-compose.yml
2020-12-20 01:15:46 +03:00

15 lines
258 B
YAML

---
version: '2.4'
services:
ui:
build:
context: ..
dockerfile: ui/Dockerfile
ports:
- "${UI_PORT}:${UI_PORT}"
env_file: ./.env
environment:
- NODE_ENV=production
restart: unless-stopped
entrypoint: yarn start