Skip to content

Commit

Permalink
working
Browse files Browse the repository at this point in the history
  • Loading branch information
fixpoint-hasan committed Nov 29, 2024
1 parent 4decf64 commit 541d234
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ke2/services/kompira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ services:
AUDIT_LOGGING_BACKUP: ${KENGINE_AUDIT_LOGGING_BACKUP:-${AUDIT_LOGGING_BACKUP:-365}}
AUDIT_LOGGING_WHEN: ${KENGINE_AUDIT_LOGGING_WHEN:-${AUDIT_LOGGING_WHEN:-MIDNIGHT}}
AUDIT_LOGGING_INTERVAL: ${KENGINE_AUDIT_LOGGING_INTERVAL:-${AUDIT_LOGGING_INTERVAL:-1}}
sysctls:
net.ipv4.tcp_keepalive_time: 1800
hostname: ke-${HOSTNAME:?HOSTNAME must be set}
init: true
command: ["kompirad"]
Expand All @@ -58,6 +60,8 @@ services:
AUDIT_LOGGING_BACKUP: ${KOMPIRA_AUDIT_LOGGING_BACKUP:-${AUDIT_LOGGING_BACKUP:-365}}
AUDIT_LOGGING_WHEN: ${KOMPIRA_AUDIT_LOGGING_WHEN:-${AUDIT_LOGGING_WHEN:-MIDNIGHT}}
AUDIT_LOGGING_INTERVAL: ${KOMPIRA_AUDIT_LOGGING_INTERVAL:-${AUDIT_LOGGING_INTERVAL:-1}}
sysctls:
net.ipv4.tcp_keepalive_time: 1800
hostname: ap-${HOSTNAME:?HOSTNAME must be set}
init: true
command: ["uwsgi"]
Expand Down

0 comments on commit 541d234

Please sign in to comment.