all repos — piggy @ main

Dead simple finance manager in Go, HTML and JS.

docker-compose.yaml (view raw)

 1name: piggy
 2
 3services:
 4  app:
 5    build: .
 6    image: ghcr.io/birabittoh/piggy:main
 7    container_name: piggy
 8    restart: unless-stopped
 9    ports:
10      - 3000:3000
11    volumes:
12      - /etc/localtime:/etc/localtime:ro
13      - ./data:/app/data
14      # - ./static:/app/static # custom UI