version: '3' services: cpee: build: ./cpee network_mode: "host" # Enable using 'localhost' in process templates ports: - "8298:8298" volumes: - cpeeCockpit:/cpee-cockpit nginx: image: "nginx:alpine" ports: - "9090:80" volumes: - cpeeCockpit:/usr/share/nginx/html/cpee-cockpit:ro - ./cpee/js_libs:/usr/share/nginx/html/js_libs:ro volumes: # System managed volumes cpeeCockpit: