services: web: build: . restart: unless-stopped ports: - "80:80" - "443:443" volumes: - ./app:/usr/share/nginx/html - ./nginx:/etc/nginx/conf.d