web: image: nginx volumes: - ./templates:/etc/nginx/templates - ./confs:/etc/nginx/conf.d ports: - "80:80" - "443:443"