Skip to content

Instantly share code, notes, and snippets.

@tderick
Last active October 16, 2023 21:25
Show Gist options
  • Save tderick/72565b5df0915fc896ff6f9c4ece4ed7 to your computer and use it in GitHub Desktop.
Save tderick/72565b5df0915fc896ff6f9c4ece4ed7 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