We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c3f31 commit bc4c28fCopy full SHA for bc4c28f
examples/opengist/docker-compose.yml
@@ -3,11 +3,13 @@ services:
3
opengist:
4
image: ghcr.io/thomiceli/opengist:1.8
5
container_name: opengist
6
+ restart: unless-stopped
7
+ env_file:
8
+ - .env
9
environment:
10
- OG_OIDC_CLIENT_KEY=${OG_OIDC_CLIENT_KEY:-mykey}
11
- OG_OIDC_SECRET=${OG_OIDC_SECRET:-mysecret}
- - OG_OIDC_DISCOVERY_URL=${OG_OIDC_DISCOVERY_URL:-https://sso.example.com}
- restart: unless-stopped
12
+ - OG_OIDC_DISCOVERY_URL=${OG_OIDC_DISCOVERY_URL:-https://sso.example.com}
13
ports:
14
- 6157:6157
15
expose:
0 commit comments