mirror of
https://github.com/reonokiy/compose.git
synced 2025-06-15 13:12:54 +02:00
update
This commit is contained in:
parent
4548ff398d
commit
47f64bf6fb
3 changed files with 11 additions and 20 deletions
|
@ -13,6 +13,7 @@ services:
|
|||
DB_CONNECTION_URI: postgres://infisical:${POSTGRES_PASSWORD:-infisical}@postgres:5432/infisical
|
||||
REDIS_URL: redis://redis:6379
|
||||
SITE_URL: ${SITE_URL:-http://localhost}
|
||||
TELEMETRY_ENABLED: false
|
||||
ENCRYPTION_KEY: ${ENCRYPTION_KEY:-6c1fe4e407b8911c104518103505b218}
|
||||
AUTH_SECRET: ${AUTH_SECRET:-5lrMXKKWCVocS/uerPsl7V+TX/aaUaI7iDkgl3tSmLE=}
|
||||
# SMTP_HOST: ${SMTP_HOST}
|
||||
|
@ -45,7 +46,7 @@ services:
|
|||
|
||||
postgres:
|
||||
container_name: postgres
|
||||
image: postgres:${POSTGRES_VERSION:-14-alpine}
|
||||
image: postgres:${POSTGRES_VERSION:-14}
|
||||
restart: always
|
||||
environment:
|
||||
POSTGRES_DB: infisical
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue