Skip to content

Commit

Permalink
Bump release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dgerhardt committed Feb 17, 2023
1 parent 7e974c2 commit 77fb435
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .docker/compose/production/.prod.env
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ LDAP_USERSEARCHFILTER=(uid={0})
LDAP_USERSEARCHBASE=ou=people
LDAP_MANAGERUSERDN=cn=arsnova-manager,dc=example,dc=com
LDAP_MANAGERPASSWORD=
CORE_TAG=3.8.20230211
WSGW_TAG=3.8.20230211
HTTPGW_TAG=3.8.20230211
AUTH_TAG=3.8.20230211
COMMENT_TAG=3.8.20230211
WEB_TAG=3.8.20230211
FORMATTING_TAG=3.8.20230211
CORE_TAG=3.8.20230217
WSGW_TAG=3.8.20230217
HTTPGW_TAG=3.8.20230217
AUTH_TAG=3.8.20230217
COMMENT_TAG=3.8.20230217
WEB_TAG=3.8.20230217
FORMATTING_TAG=3.8.20230217
14 changes: 7 additions & 7 deletions .docker/compose/production/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ The default configuration can be adjusted via environment variables:
|LDAP_USERSEARCHBASE |ou=people |LDAP user search base
|LDAP_MANAGERUSERDN| cn=arsnova-manager,dc=example,dc=com |LDAP DN of manager user
|LDAP_MANAGERPASSWORD| |LDAP password of manager user
|CORE_TAG |3.8.20230211 |Docker tag (repository branch) for Core Backend
|WSGW_TAG |3.8.20230211 |Docker tag (repository branch) for WebSocket Gateway
|HTTPGW_TAG |3.8.20230211 |Docker tag (repository branch) for HTTP Gateway
|AUTH_TAG |3.8.20230211 |Docker tag (repository branch) for Auth Service
|COMMENT_TAG |3.8.20230211 |Docker tag (repository branch) for Comment Service
|WEB_TAG |3.8.20230211 |Docker tag (repository branch) for Webclient
|FORMATTING_TAG|3.8.20230211 |Docker tag (repository branch) for Formatting Service
|CORE_TAG |3.8.20230217 |Docker tag (repository branch) for Core Backend
|WSGW_TAG |3.8.20230217 |Docker tag (repository branch) for WebSocket Gateway
|HTTPGW_TAG |3.8.20230217 |Docker tag (repository branch) for HTTP Gateway
|AUTH_TAG |3.8.20230217 |Docker tag (repository branch) for Auth Service
|COMMENT_TAG |3.8.20230217 |Docker tag (repository branch) for Comment Service
|WEB_TAG |3.8.20230217 |Docker tag (repository branch) for Webclient
|FORMATTING_TAG|3.8.20230217 |Docker tag (repository branch) for Formatting Service
|=======

Example: `PORT=8100 WEB_TAG=my-dev-branch docker-compose up`
Expand Down

0 comments on commit 77fb435

Please sign in to comment.