Skip to content

Commit

Permalink
Update release tags for version 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dgerhardt committed Oct 12, 2024
1 parent fb20b61 commit a36c19c
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.11.20240924
WSGW_TAG=3.11.20240924
HTTPGW_TAG=3.11.20240924
AUTH_TAG=3.11.20240924
COMMENT_TAG=3.11.20240924
WEB_TAG=3.11.20240924
FORMATTING_TAG=3.11.20240924
CORE_TAG=3.11.20241012
WSGW_TAG=3.11.20241012
HTTPGW_TAG=3.11.20241012
AUTH_TAG=3.11.20241012
COMMENT_TAG=3.11.20241012
WEB_TAG=3.11.20241012
FORMATTING_TAG=3.11.20241012
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.11.20240924 |Docker tag (repository branch) for Core Backend
|WSGW_TAG |3.11.20240924 |Docker tag (repository branch) for WebSocket Gateway
|HTTPGW_TAG |3.11.20240924 |Docker tag (repository branch) for HTTP Gateway
|AUTH_TAG |3.11.20240924 |Docker tag (repository branch) for Auth Service
|COMMENT_TAG |3.11.20240924 |Docker tag (repository branch) for Comment Service
|WEB_TAG |3.11.20240924 |Docker tag (repository branch) for Webclient
|FORMATTING_TAG|3.11.20240924 |Docker tag (repository branch) for Formatting Service
|CORE_TAG |3.11.20241012 |Docker tag (repository branch) for Core Backend
|WSGW_TAG |3.11.20241012 |Docker tag (repository branch) for WebSocket Gateway
|HTTPGW_TAG |3.11.20241012 |Docker tag (repository branch) for HTTP Gateway
|AUTH_TAG |3.11.20241012 |Docker tag (repository branch) for Auth Service
|COMMENT_TAG |3.11.20241012 |Docker tag (repository branch) for Comment Service
|WEB_TAG |3.11.20241012 |Docker tag (repository branch) for Webclient
|FORMATTING_TAG|3.11.20241012 |Docker tag (repository branch) for Formatting Service
|=======

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

0 comments on commit a36c19c

Please sign in to comment.