all repos — well-binge @ b4291173177530edd2f129bc279049e6d892c30c

Create positive, recurring habits.

docker-compose.yaml (view raw)

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