495 B
495 B
Running with Docker
- Copy
docker/config.example.ini
todocker/config.ini
, and change the settings to your liking. - Copy
docker/proxy-config.example.json
todocker/proxy-config.json
, and do the same. - Copy
docker/frontend.example.env
todocker/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.