Skip to content

Commit

Permalink
chore: define missing env value
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Nov 13, 2024
1 parent 8a6635d commit a491703
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/atlassian-jira-confluence/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ services:
- VERBOSE_LOGS=false
# maximum number of days for access logs to be retained before being deleted
- ATL_TOMCAT_ACCESS_LOGS_MAXDAYS=360
# The maximum time a user can remain logged-in with remember me feature.
- ATL_AUTOLOGIN_COOKIE_AGE
# The maximum time a user can remain logged-in with remember me feature (in seconds; default 2 weeks).
- ATL_AUTOLOGIN_COOKIE_AGE=1209600
# The minimum heap size of the JVM
- JVM_MINIMUM_MEMORY=1024m
# maximum heap size of the JVM
Expand Down Expand Up @@ -58,8 +58,8 @@ services:
- VERBOSE_LOGS=false
# maximum number of days for access logs to be retained before being deleted
- ATL_TOMCAT_ACCESS_LOGS_MAXDAYS=360
# The maximum time a user can remain logged-in with remember me feature.
- ATL_AUTOLOGIN_COOKIE_AGE
# The maximum time a user can remain logged-in with remember me feature (in seconds; default 2 weeks)
- ATL_AUTOLOGIN_COOKIE_AGE=1209600
# The minimum heap size of the JVM
- JVM_MINIMUM_MEMORY=1024m
# maximum heap size of the JVM
Expand Down

0 comments on commit a491703

Please sign in to comment.