
* fix: long response time due to many <a>... ... without hrefs. It's a temporary measure until it's clear how to deal with such performance issues. * perf: remove jsdom install linkedom * feat: timeout But still this timeout works only for the time of transfer of the page itself, not its processing by the server * fix: links * format
11 lines
171 B
YAML
11 lines
171 B
YAML
version: '3'
|
|
|
|
services:
|
|
txtdot:
|
|
image: ghcr.io/txtdot/txtdot:latest
|
|
ports:
|
|
- '8080:8080'
|
|
restart: unless-stopped
|
|
volumes:
|
|
- '.env:/app/.env'
|