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