services:
web:
image: nginx:alpine
volumes:
- ./app:/usr/share/nginx/html:ro
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf:ro