Skip to content

Commit bc4c28f

Browse files
authored
chore: add env file ref
1 parent d2c3f31 commit bc4c28f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: examples/opengist/docker-compose.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ services:
33
opengist:
44
image: ghcr.io/thomiceli/opengist:1.8
55
container_name: opengist
6+
restart: unless-stopped
7+
env_file:
8+
- .env
69
environment:
710
- OG_OIDC_CLIENT_KEY=${OG_OIDC_CLIENT_KEY:-mykey}
811
- OG_OIDC_SECRET=${OG_OIDC_SECRET:-mysecret}
9-
- OG_OIDC_DISCOVERY_URL=${OG_OIDC_DISCOVERY_URL:-https://sso.example.com}
10-
restart: unless-stopped
12+
- OG_OIDC_DISCOVERY_URL=${OG_OIDC_DISCOVERY_URL:-https://sso.example.com}
1113
ports:
1214
- 6157:6157
1315
expose:

0 commit comments

Comments
 (0)