docker-compose.yml
Raw
1services:
2 zigbin:
3 build:
4 context: .
5 dockerfile: Dockerfile
6 volumes:
7 - ./db:/app/db
8 ports:
9 - 3000:3000