sync 2024-10-09, pyinfra v3
This commit is contained in:
parent
b3b451ce96
commit
924e170299
7 changed files with 137 additions and 66 deletions
|
@ -10,10 +10,8 @@ After=network-online.target
|
|||
Type=oneshot
|
||||
RemainAfterExit=true
|
||||
WorkingDirectory={{ env_dict.working_directory }}
|
||||
ExecStart=/usr/bin/docker-compose up -d --remove-orphans
|
||||
ExecStop=/usr/bin/docker-compose down
|
||||
|
||||
{{ systemd.service_security() }}
|
||||
ExecStart={{ env_dict.compose_command }} up -d --remove-orphans
|
||||
ExecStop={{ env_dict.compose_command }} down
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
@ -57,6 +57,8 @@ SUBSCRIPTIONS_EXPIRY:30
|
|||
# Use Sentry to log errors and trace performance
|
||||
#SENTRY_DSN:INSERT_HERE
|
||||
|
||||
CONSENT_COOKIE:true
|
||||
|
||||
# Matrix Client Server URL
|
||||
MATRIX_SERVER:https://matrix-client.matrix.org
|
||||
# Matrix Access Token
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue