name: kgpz services: web: build: . volumes: - kgpz_data:/app/data_git ports: - "8000:8080" volumes: kgpz_data: external: true