feat(server): update deploy config for context (#10431)

This commit is contained in:
darkskygit
2025-03-12 11:59:46 +00:00
parent aa3bfb0a05
commit 514a5fc3a9
5 changed files with 11 additions and 8 deletions

View File

@@ -1,3 +1,6 @@
# postgres major version
DB_VERSION=16
# database credentials
DB_PASSWORD=affine
DB_USERNAME=affine
DB_DATABASE_NAME=affine

View File

@@ -3,7 +3,7 @@ services:
postgres:
env_file:
- .env
image: postgres:16
image: postgres:${DB_VERSION:-16}
ports:
- 5432:5432
environment: