Skip to content

Instantly share code, notes, and snippets.

@i-amolo
Forked from tderick/.env
Created October 16, 2023 21:25
Show Gist options
  • Save i-amolo/13f92fd3e5231042e7db89c23e3da438 to your computer and use it in GitHub Desktop.
Save i-amolo/13f92fd3e5231042e7db89c23e3da438 to your computer and use it in GitHub Desktop.
.env file for docker-compose file to deploy a keycloak server
KEYCLOAK_VERSION=16.1.1
PORT_KEYCLOAK=8080
POSTGRESQL_USER=keycloak
POSTGRESQL_PASS=keycloak
POSTGRESQL_DB=keycloak
VIRTUAL_HOST=example.com
LETSENCRYPT_HOST=example.com
LETSENCRYPT_EMAIL=example@gmail.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment