aboutsummaryrefslogtreecommitdiffhomepage
path: root/compose.yaml
blob: 77eb8c10ea2702d220c9a53f4ccfaee29c200fa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
services:
  nilink:
    build:
      context: .
    ports:
      - '127.0.0.1:8080:8080'
    volumes:
      - ./data:/app/data
    environment:
      TZ: Asia/Tokyo
    restart: always