-
-
Notifications
You must be signed in to change notification settings - Fork 105
Expand file tree
/
Copy path.env.example
More file actions
38 lines (30 loc) · 848 Bytes
/
.env.example
File metadata and controls
38 lines (30 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Which docker-compose file to use by default
COMPOSE_FILE=docker-compose.yaml
# Command line for docker-compose.
# You may need to modify it, as some Docker confugurations use "docker compose" configuration.
#COMPOSE_CL="docker compose"
COMPOSE_CL="docker-compose"
# docker-compose stack name
COMPOSE_PROJECT_NAME=blnk
# Blnk project name
BLNK_PROJECT_NAME=Blnk
# Timezone
TZ=Etc/UTC
# Server details
BLNK_SERVER_SSL_DOMAIN=
BLNK_SERVER_SSL_EMAIL=
BLNK_SERVER_SSL=
BLNK_SERVER_PORT=
# DNS details
BLNK_DATA_SOURCE_DNS=
BLNK_REDIS_DNS=
# Postgres credentials
#POSTGRES_IMAGE=postgres:latest
POSTGRES_IMAGE=postgres:alpine3.19 #alphine version is smaller in size
POSTGRES_CONTAINER=pg_server
POSTGRES_OUTER_PORT=5432
POSTGRES_INNER_PORT=5432
POSTGRES_USER=postgres
POSTGRES_PASSWORD={POSTGRES_PASSWORD}
POSTGRES_DB=blnk
POSTGRES_SCHEMA=blnk