feat: added vikunja
This commit is contained in:
parent
80dbae3b8a
commit
543552650e
1 changed files with 22 additions and 0 deletions
22
compose/vikunja/compose.yaml
Normal file
22
compose/vikunja/compose.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
services:
|
||||
vikunja:
|
||||
name: truth-t
|
||||
image: vikunja/vikunja:2.3.0
|
||||
user: "0:0"
|
||||
environment:
|
||||
VIKUNJA_SERVICE_PUBLICURL: https://truth.internal.test/
|
||||
VIKUNJA_SERVICE_SECRET: bf152c52456cccc51c6758072700a5e6d16f31edd0760f45173c76a0c2854d6a
|
||||
VIKUNJA_DATABASE_PATH: /db/vikunja.db
|
||||
VIKUNJA_MAILER_ENABLED: "true"
|
||||
VIKUNJA_MAILER_HOST: ""
|
||||
VIKUNJA_MAILER_PORT: ""
|
||||
VIKUNJA_MAILER_USERNAME: ""
|
||||
VIKUNJA_MAILER_PASSWORD: ""
|
||||
VIKUNJA_MAILER_FROMEMAIL: ""
|
||||
ports:
|
||||
- "3456:3456/tcp"
|
||||
volumes:
|
||||
- /home/$USER/pihanepi/datamount/vikunja/files:/app/vikunja/files
|
||||
- /home/$USER/pihanepi/datamount/vikunja/db:/db
|
||||
restart: unless-stopped
|
||||
Loading…
Add table
Add a link
Reference in a new issue