495 B
495 B
Running with Docker
- Copy
docker/config.example.initodocker/config.ini, and change the settings to your liking. - Copy
docker/proxy-config.example.jsontodocker/proxy-config.json, and do the same. - Copy
docker/frontend.example.envtodocker/frontend.env, and do th esame. - Build with
docker compose build - Run with
docker compose up
The Caddy server will listen on localhost:5004 for the frontend and API,
and on localhost:5005 for the profile URL shortener.