Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 698 Bytes

File metadata and controls

20 lines (15 loc) · 698 Bytes

DISTIMER Backend

디스타이머 프로젝트 백엔드 리포지토리

wakatime Docker

Usage

version: "3"

services:
  distimer-back:
    image: ghcr.io/distimer/distimer-back:main
    restart: always
    expose:
      - 3000
    environment:
      DOPPLER_TOKEN: ${DOPPLER_TOKEN}