thanks chatgpt :)

This commit is contained in:
2024-11-29 08:50:16 -06:00
parent 1c83216636
commit 2fac5b627c
5 changed files with 46 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
version: '3.8'
services:
beaverhabits:
image: daya0576/beaverhabits:latest
container_name: beaverhabits
environment:
- FIRST_DAY_OF_WEEK=0
- HABITS_STORAGE=USER_DISK
- MAX_USER_COUNT=1
volumes:
- /path/to/host/directory:/app/.user/
ports:
- "8080:8080"
restart: unless-stopped