Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
alamin655
/
spacex
like
0
Runtime error
App
Files
Files
Community
1
8dd18eb
spacex
/
docker-compose.yml
neon_arch
add support for dockerized container hosting
4364310
over 1 year ago
raw
Copy download link
history
blame
218 Bytes
version:
"3.9"
services:
app:
image:
websurfx:latest
build:
.
ports:
-
8080
:8080
depends_on:
-
redis
links:
-
redis
redis:
image:
redis:latest
ports:
-
6379
:6379