version: "3" services: txtdot: build: . ports: - "8080:8080" restart: unless-stopped environment: - HOST=0.0.0.0 - PORT=8080 - REVERSE_PROXY=true