feat(Vikunja): Add new service
This commit is contained in:
11
vikunja/docker-compose.local.yml
Normal file
11
vikunja/docker-compose.local.yml
Normal 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
|
Reference in New Issue
Block a user