mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-23 20:11:12 +00:00
chore: add env file ref
This commit is contained in:
parent
d2c3f31c3b
commit
bc4c28fb1a
|
@ -3,11 +3,13 @@ services:
|
||||||
opengist:
|
opengist:
|
||||||
image: ghcr.io/thomiceli/opengist:1.8
|
image: ghcr.io/thomiceli/opengist:1.8
|
||||||
container_name: opengist
|
container_name: opengist
|
||||||
|
restart: unless-stopped
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- OG_OIDC_CLIENT_KEY=${OG_OIDC_CLIENT_KEY:-mykey}
|
- OG_OIDC_CLIENT_KEY=${OG_OIDC_CLIENT_KEY:-mykey}
|
||||||
- OG_OIDC_SECRET=${OG_OIDC_SECRET:-mysecret}
|
- OG_OIDC_SECRET=${OG_OIDC_SECRET:-mysecret}
|
||||||
- OG_OIDC_DISCOVERY_URL=${OG_OIDC_DISCOVERY_URL:-https://sso.example.com}
|
- OG_OIDC_DISCOVERY_URL=${OG_OIDC_DISCOVERY_URL:-https://sso.example.com}
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
ports:
|
||||||
- 6157:6157
|
- 6157:6157
|
||||||
expose:
|
expose:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user