-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'RM-4763_documentation_update' into 'master'
RM-4763: doc update See merge request cdoc2/cdoc2-shares-server!18
- Loading branch information
Showing
11 changed files
with
386 additions
and
325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,31 @@ | ||
#SHARES_SERVER_VERSION=latest | ||
# SHARES_SERVER_VERSION=latest | ||
#SHARES_SERVER_DB_VERSION=0.1.0 | ||
# don't set DOCKER_REGISTRY when working only locally | ||
# DOCKER_REGISTRY= | ||
#DOCKER_REGISTRY=gitlab.ext.cyber.ee:5050/cdoc2/ | ||
# Default .env file that will use ghcr.io/open-eid | ||
# Need to be logged in https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic | ||
DOCKER_REGISTRY=ghcr.io | ||
# database properties | ||
DOCKER_REPOSITORY=open-eid | ||
|
||
# also locally built images use ghcr.io/open-eid for repository | ||
|
||
# gitlab.ext | ||
# instead of commenting out following lines, run: | ||
# `source export-env.sh .env.cyber` to overwrite variables in this file from environment variables | ||
#DOCKER_REGISTRY=gitlab.ext.cyber.ee:5050 | ||
#DOCKER_REPOSITORY=cdoc2/cdoc2-shares-server | ||
|
||
# environment variables are not properly expanded in .env file, | ||
# so don't use variables for defining other variables | ||
#SHARES_SERVER_IMAGE=${DOCKER_REGISTRY}/${DOCKER_REPOSITORY}/cdoc2-shares-server | ||
#SHARES_SERVER_LIQUIBASE_IMAGE=${DOCKER_REGISTRY}/${DOCKER_REPOSITORY}/cdoc2-shares-server-liquibase | ||
|
||
# liquibase and shares-server should use the same version so they are built from same source and are compatible with each other | ||
# For GH workflows, built images version is release tag + commit hash | ||
# find latest version from https://github.com/orgs/open-eid/packages?ecosystem=container | ||
#SHARES_SERVER_VERSION=0.4.1-snapshot.0-3553a87e54851276c82ee734eebcc207aaf90088 | ||
# local builds will have version from cdoc2-shares-server/shares-server/pom.xml | ||
#SHARES_SERVER_VERSION=0.2.0-SNAPSHOT | ||
SHARES_SERVER_VERSION=latest | ||
|
||
# database properties used in docker-compose.yml | ||
POSTGRES_URL=cdoc2-shares-postgres:5432 | ||
POSTGRES_DB=cdoc2-shares | ||
POSTGRES_USER=postgres | ||
POSTGRES_PASSWORD=secret | ||
POSTGRES_PASSWORD=secret |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.