all repos — go-lift @ 4fc93a1e6a178923823ae6f222b6d9dbd7e519f1

Lightweight workout tracker prototype..

compose.yaml (view raw)

 1services:
 2  go-lift:
 3    image: ghcr.io/birabittoh/go-lift:main
 4    build: .
 5    container_name: go-lift
 6    restart: unless-stopped
 7    ports:
 8      - 3000:3000
 9    env_file:
10      - .env
11    volumes:
12      - ./data:/app/data