mirror of
https://github.com/ManInDark/HabitTrove.git
synced 2026-01-20 22:24:28 +01:00
fix: switched docker-compose.yaml image remote
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
services:
|
services:
|
||||||
habittrove:
|
habittrove:
|
||||||
|
image: ghcr.io/manindark/habittrove
|
||||||
|
container_name: habittrove
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
volumes:
|
volumes:
|
||||||
- "./data:/app/data"
|
- "./data:/app/data"
|
||||||
- "./backups:/app/backups"
|
- "./backups:/app/backups"
|
||||||
image: dohsimpson/habittrove
|
|
||||||
environment:
|
environment:
|
||||||
- AUTH_SECRET=your-secret-key-here # Replace with your actual secret
|
- AUTH_SECRET=your-secret-key-here # Replace with your actual secret
|
||||||
|
|||||||
Reference in New Issue
Block a user