services: tagger: build: context: . dockerfile: Tagger/Dockerfile restart: always ports: - "5002:8080" volumes: - "./config/Pages:/app/Pages" - "./config/config.json:/app/config.json"