Skip to content

Commit b8f2066

Browse files
authored
Merge pull request coollabsio#2117 from RayBB/vikunja-template
add vikunja service template
2 parents cc48b6c + 08fd0f0 commit b8f2066

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

public/svgs/vikunja.svg

+12
Loading

templates/compose/vikunja.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# documentation: https://vikunja.io
2+
# slogan: The open-source, self-hostable to-do app. Organize everything, on all platforms.
3+
# tags: productivity,todo
4+
# logo: svgs/vikunja.svg
5+
# port: 3456
6+
7+
services:
8+
vikunja:
9+
image: vikunja/vikunja
10+
environment:
11+
- SERVICE_FQDN_VIKUNJA
12+
- VIKUNJA_SERVICE_PUBLICURL=$SERVICE_FQDN_VIKUNJA
13+
- VIKUNJA_SERVICE_JWTSECRET=$SERVICE_PASSWORD_JWTSECRET
14+
- VIKUNJA_SERVICE_ENABLEREGISTRATION=true
15+
volumes:
16+
- vikunja-data:/app/vikunja/
17+
healthcheck:
18+
test: ["CMD", "wget", "--spider", "http://localhost:3456"]
19+
interval: 5s
20+
timeout: 20s
21+
retries: 10

0 commit comments

Comments
 (0)