OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
279 B

[Service]
ExecStartPre=-/usr/bin/docker rm %n
ExecStart=/usr/bin/docker run \
--name %n \
--env DEX_OVERLORD_DB_URL=${DEX_OVERLORD_DB_URL} \
--env DEX_OVERLORD_KEY_SECRET=${DEX_OVERLORD_KEY_SECRET} \
quay.io/coreos/dex /opt/dex/bin/dex-overlord
ExecStop=/usr/bin/docker kill %n