version: "3.3" services: auth_server: container_name: auth build: context: . dockerfile: Dockerfile image: auth_server ports: - "47706:4567" volumes: - ./auth:/app/data # Adjust the path accordingly