services: backend: build: . ports: - "3003:3003" volumes: - ./server/data:/app/server/data env_file: - .env restart: unless-stopped