about summary refs log tree commit diff stats
path: root/docker-compose.yaml
blob: 04b5590d5bf34dc87c033a94415a100130c056b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
services:
  tnt-search:
    image: tnt-search:latest
    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