about summary refs log tree commit diff stats
path: root/docker-compose.yaml
blob: c104d1437ec85b92745f7dc271180723bef8864b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
services:
  tnt-search:
    build: .
    container_name: tnt-search
    #ports:
    #  - "5000:5000" # Uncomment if you don't use a reverse proxy
    restart: unless-stopped
    networks:
      - swag_default
networks:
  swag_default:
    external: true