mirror of
https://github.com/taigaio/taiga-docker.git
synced 2025-07-29 17:04:18 +02:00
Add Github Auth Contrib
This commit is contained in:
parent
b2a4650e29
commit
bce51807e5
@ -21,6 +21,10 @@ services:
|
|||||||
TAIGA_SECRET_KEY: "taiga-back-secret-key"
|
TAIGA_SECRET_KEY: "taiga-back-secret-key"
|
||||||
RABBITMQ_USER: taiga
|
RABBITMQ_USER: taiga
|
||||||
RABBITMQ_PASS: taiga
|
RABBITMQ_PASS: taiga
|
||||||
|
# Get these in your profile https://github.com/settings/apps
|
||||||
|
# or in your organization profile https://github.com/organizations/{ORGANIZATION-SLUG}/settings/applications
|
||||||
|
GITHUB_API_CLIENT_ID: "github-api-client-id"
|
||||||
|
GITHUB_API_CLIENT_SECRET: "github-api-client-secret"
|
||||||
volumes:
|
volumes:
|
||||||
- static-data:/taiga-back/static
|
- static-data:/taiga-back/static
|
||||||
- media-data:/taiga-back/media
|
- media-data:/taiga-back/media
|
||||||
@ -31,6 +35,9 @@ services:
|
|||||||
image: taigaio/taiga-front:alpha
|
image: taigaio/taiga-front:alpha
|
||||||
environment:
|
environment:
|
||||||
TAIGA_PORT: 9000
|
TAIGA_PORT: 9000
|
||||||
|
# Get these in your profile https://github.com/settings/apps
|
||||||
|
# or in your organization profile https://github.com/organizations/{ORGANIZATION-SLUG}/settings/applications
|
||||||
|
GITHUB_CLIENT_ID: "github-client-id"
|
||||||
|
|
||||||
taiga-events:
|
taiga-events:
|
||||||
image: taigaio/taiga-events:alpha
|
image: taigaio/taiga-events:alpha
|
||||||
|
Loading…
x
Reference in New Issue
Block a user