all repos — piggy @ 8a44cf228bb2b5d0998cbde296945e88dd4ca02d

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      - ./static:/app/static
14      - ./data:/app/data