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