Harden CI and switch release builds to tagged immutable images
This commit is contained in:
parent
bed2e6cfb6
commit
f24e96efa7
60 changed files with 4710 additions and 64 deletions
10
.env.example
Normal file
10
.env.example
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
DRIVE_HTTP_ADDRESS=:8080
|
||||
DRIVE_WEB_ROOT=/app/web
|
||||
DRIVE_STORAGE_ROOT=/storage/.drive
|
||||
DRIVE_PREVIEW_CACHE_ROOT=/cache/previews
|
||||
DRIVE_DATABASE_URL=postgres://drive:change-me@postgres:5432/drive?sslmode=disable
|
||||
DRIVE_LOG_LEVEL=info
|
||||
POSTGRES_DB=drive
|
||||
POSTGRES_USER=drive
|
||||
POSTGRES_PASSWORD=change-me
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue