mirror of
https://github.com/bitwarden/self-host.git
synced 2026-06-28 06:15:46 +00:00
* Refactor BW lite dockerfile to copy from already compiled sources * Consolidate RUN steps & add caching to GHA * Update supervisord configs * Improve web tag sanitization Found while testing branches: - 264-UI - AC-217-Migrate-Cards-To-Banners - Ac-1410/update_planresponsemodel_on_client We need to lowercase and replace "/". * Tune cache * Update bitwarden-lite/Dockerfile Alphabetical ordering Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com> * Update bitwarden-lite/Dockerfile Alphabetical ordering Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com> --------- Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
13 lines
300 B
INI
13 lines
300 B
INI
[program:identity]
|
|
autostart=true
|
|
autorestart=true
|
|
command=/app/Identity/Identity
|
|
directory=/app/Identity
|
|
environment=ASPNETCORE_URLS="http://+:5005"
|
|
priority=1
|
|
redirect_stderr=true
|
|
startsecs=15
|
|
stdout_logfile=/var/log/bitwarden/identity.log
|
|
stdout_logfile_maxbytes=10485760
|
|
stdout_logfile_backups=5
|