version: '3.9' services: backend: build: . ports: - "4000:4000" env_file: - .env volumes: - ./data:/app/data