feat(Vikunja): Add new service

This commit is contained in:
2022-04-15 14:54:08 +02:00
parent d8414788ef
commit efcd3891ba
11 changed files with 254 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
version: "3.8"
services:
vikunja_api:
ports:
- 3456:3456
vikunja_frontend:
ports:
- ${LOCAL_PORT:-80}:80
environment:
VIKUNJA_API_URL: http://localhost:3456/api/v1