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
Owner

Allow developers to add this as a service to their Docker Compose file to enable local OAuth 2.0 flows.

See the following example:

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
Allow developers to add this as a service to their Docker Compose file to enable local OAuth 2.0 flows. See the following example: ``` 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 ```
ansv7779 added 9 commits 2025-03-26 18:46:35 +01:00
ansv7779 added 1 commit 2025-03-26 18:49:47 +01:00
ansv7779 merged commit 87d6bd594c into main 2025-03-26 18:51:21 +01:00
Sign in to join this conversation.
No Reviewers
No Label
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DMC/oauth2-authorization-server#1
No description provided.