name: kgpz services: web: build: . volumes: - kgpz_data:/app/data ports: - "8095:8095" volumes: kgpz_data: external: true