services: web: image: nginx:alpine ports: - "${PORT:-8080}:80" volumes: - ./:/usr/share/nginx/html:ro