services: web: image: nginx volumes: - ./webpage:/usr/share/nginx/html ports: - "8080:80" environment: - NGINX_HOST=foobar.com - NGINX_PORT=80