version: '2' services: chore-chart: container_name: chore-chart build: context: ./ dockerfile: Dockerfile restart: "no" ports: - 8080:8080 volumes: - ./config:/usr/src/app/config