services: convy: image: nginx:alpine volumes: - ./src:/usr/share/nginx/html:ro networks: - public networks: public: external: true