Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
haoqi7
/
cs
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
918c940
cs
/
docker-compose.yml
haoqi7
Upload 2 files
f8a4c02
almost 2 years ago
raw
Copy download link
history
blame
Safe
285 Bytes
version:
'2'
services:
web:
build:
context:
.
ports:
-
"8080:8080"
environment:
-
MAIL_USERNAME=937371423@qq.com
-
MAIL_PASSWORD=rdyuwlebtveybfae
nginx:
restart:
always
build:
./nginx/
ports:
-
"80:80"
links:
-
web