all repos — tnt-search @ 7fef7f1a7a9eacce07be54ba3af0e2415377a39b

A search tool for TNTVillage's dump.

update docker-compose.yaml
BiRabittoh birabittoh@tilde.institute
Mon, 10 Jul 2023 11:32:09 +0200
commit

7fef7f1a7a9eacce07be54ba3af0e2415377a39b

parent

d4b4aaf72d84f02c001002a7f56119ae060dc520

1 files changed, 7 insertions(+), 2 deletions(-)

jump to
M docker-compose.yamldocker-compose.yaml

@@ -2,6 +2,11 @@ services:

tnt-search: build: . container_name: tnt-search - ports: - - "127.0.0.1:5000:5000" # Replace with "5000:5000" if you don't use a reverse proxy + #ports: + # - "5000:5000" # Uncomment if you don't use a reverse proxy restart: unless-stopped + networks: + - swag_default +networks: + swag_default: + external: true