docker-compose.yaml (view raw)
1services: 2 tnt-search: 3 build: . 4 container_name: tnt-search 5 #ports: 6 # - "5000:5000" # Uncomment if you don't use a reverse proxy 7 restart: unless-stopped 8 networks: 9 - swag_default 10networks: 11 swag_default: 12 external: true