txtdot/docker-compose.yml

13 lines
189 B
YAML
Raw Normal View History

2023-08-28 11:34:48 +03:00
version: "3"
services:
txtdot:
2023-08-28 22:15:13 +03:00
build: .
ports:
- "8080:8080"
2023-08-28 11:34:48 +03:00
restart: unless-stopped
environment:
2023-08-28 22:15:13 +03:00
- HOST=0.0.0.0
2023-08-28 11:34:48 +03:00
- PORT=8080
- REVERSE_PROXY=true