This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
services/vikunja/docker-compose.local.yml

11 lines
198 B
YAML

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