version: '3.8' services: shelfly: build: context: . dockerfile: Dockerfile.dev ports: - "4000:4000" volumes: - .:/app - ./shelfly_db.db:/app/shelfly_db.db env_file: - .env