Skip to content

Commit

Permalink
chore: add env file ref
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Nov 13, 2024
1 parent d2c3f31 commit bc4c28f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/opengist/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ services:
opengist:
image: ghcr.io/thomiceli/opengist:1.8
container_name: opengist
restart: unless-stopped
env_file:
- .env
environment:
- OG_OIDC_CLIENT_KEY=${OG_OIDC_CLIENT_KEY:-mykey}
- OG_OIDC_SECRET=${OG_OIDC_SECRET:-mysecret}
- OG_OIDC_DISCOVERY_URL=${OG_OIDC_DISCOVERY_URL:-https://sso.example.com}
restart: unless-stopped
- OG_OIDC_DISCOVERY_URL=${OG_OIDC_DISCOVERY_URL:-https://sso.example.com}
ports:
- 6157:6157
expose:
Expand Down

0 comments on commit bc4c28f

Please sign in to comment.