version: '3.4' services: netbox: &netbox image: docker.io/netboxcommunity/netbox:${VERSION-v3.5-2.6.1} depends_on: - postgres - redis - redis-cache env_file: env/netbox.env user: 'unit:root' healthcheck: start_period: 60s timeout: 3s interval: 15s test: "curl -f http://localhost:8080/api/ || exit 1" volumes: - ./configuration:/etc/netbox/config:z,ro - netbox-media-files:/opt/netbox/netbox/media:z,rw - netbox-reports-files:/opt/netbox/netbox/reports:z,rw - netbox-scripts-files:/opt/netbox/netbox/scripts:z,rw … … Netbox の docker-compose.yml $ katenary convert -f docker-compose.yml … … 📝 Generating configMap from env/netbox.env 📝 Generating configMap from env/netbox.env You cannot, at this time, have local volume in netbox deployment You cannot, at this time, have local volume in netbox deployment You cannot, at this time, have local volume in netbox deployment ⚡ Generate volume values netboxmediafiles for container named netbox in deployment netbox Error while getting port for service redis いきなりエラー redisのポートを指定しないといけないらし い