13 lines
189 B
YAML
13 lines
189 B
YAML
version: "3"
|
|
|
|
services:
|
|
txtdot:
|
|
build: .
|
|
ports:
|
|
- "8080:8080"
|
|
restart: unless-stopped
|
|
environment:
|
|
- HOST=0.0.0.0
|
|
- PORT=8080
|
|
- REVERSE_PROXY=true
|