docker-compose.yml 252 Bytes
Newer Older
kihoon.lee's avatar
upload  
kihoon.lee committed
1
2
3
4
5
6
7
8
9
10
11
12
version: '3'
services:
  recommendation:
    image: fileparser-custom:latest
    container_name: fileparser-custom
    restart: always
    ports:
      - 51033:80
      - 51034:8080
    environment:
      TZ: Asia/Seoul
      NVIDIA_VISIBLE_DEVICES: 1