mirror of
https://github.com/bitwarden/self-host.git
synced 2026-06-28 14:25:45 +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
275 B
INI
13 lines
275 B
INI
[program:api]
|
|
autostart=true
|
|
autorestart=true
|
|
command=/app/Api/Api
|
|
directory=/app/Api
|
|
environment=ASPNETCORE_URLS="http://+:5001"
|
|
priority=2
|
|
redirect_stderr=true
|
|
startsecs=15
|
|
stdout_logfile=/var/log/bitwarden/api.log
|
|
stdout_logfile_maxbytes=10485760
|
|
stdout_logfile_backups=5
|