Foxnouns.NET/DOCKER.md

11 lines
495 B
Markdown
Raw Normal View History

2024-09-14 18:07:49 +02:00
# Running with Docker
1. Copy `docker/config.example.ini` to `docker/config.ini`, and change the settings to your liking.
2. Copy `docker/proxy-config.example.json` to `docker/proxy-config.json`, and do the same.
2024-12-09 18:04:56 +01:00
3. Copy `docker/frontend.example.env` to `docker/frontend.env`, and do th esame.
4. Build with `docker compose build`
5. Run with `docker compose up`
2024-09-14 18:07:49 +02:00
2024-12-09 18:04:56 +01:00
The Caddy server will listen on `localhost:5004` for the frontend and API,
and on `localhost:5005` for the profile URL shortener.