Docker #3

Merged
ParkSuMin merged 8 commits from Docker into master 2026-01-03 18:46:21 +01:00
Showing only changes of commit 8b0fa219aa - Show all commits

View File

@@ -1 +1,15 @@
# DELIVER_MAN
## Docker
Run client + server + database:
```bash
docker compose up --build
```
Open the client at `http://localhost:8080`.
Notes:
- The API is proxied through the client container to the server at `/api`.
- The MariaDB schema/data is auto-initialized from `docker/init.sql` on first run.