Provide an embedded Docker container for local development #1

Merged
ansv7779 merged 10 commits from docker into main 2025-03-26 18:51:21 +01:00
Showing only changes of commit ed0c510638 - Show all commits

View File

@ -1,3 +1,18 @@
## Using as an embedded Docker Compose service
```
services:
oauth2:
build: https://gitea.dsv.su.se/DMC/oauth2-authorization-server.git
restart: unless-stopped
ports:
- "<host_port>:8080"
environment:
CLIENT_ID=awesome-app
CLIENT_SECRET=p4ssw0rd
CLIENT_REDIRECT_URI=http://localhost/oauth2/callback
```
## Development ## Development
### Prerequisites ### Prerequisites
- JDK 17 (or later) - JDK 17 (or later)