services: pastebin-dev: container_name: pastebin-dev build: context: . dockerfile: Dockerfile ports: - "3000:3000" volumes: - ./data:/data