Spaces:
Sleeping
Sleeping
File size: 240 Bytes
f152ae2 |
1 2 3 4 5 6 7 8 9 10 11 12 |
services:
production-server:
environment:
- HOST=${HOST:-0.0.0.0}
- PORT=${PORT:-7860}
- BASIC_SSL=${BASIC_SSL:-false}
ports:
- "${PORT:-7860}:7860"
build:
dockerfile: Dockerfile
context: .
|