-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env
37 lines (31 loc) · 833 Bytes
/
.env
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
# docker images tags
CADDY_VERSION=2.8.4
POSTGIS_VERSION=16-3.5
# postrgres conf
POSTGRES_DB=puc
POSTGRES_PASSWORD=!ChangeMe!
POSTGRES_USER=app
POSTGRES_HOST=postgres
# Postgres geodata conf
POSTGRES_GEODATA_USER=geodata
POSTGRES_GEODATA_PASSWORD=geodata
POSTGRES_GEODATA_SCHEMA=geodata
# exposed ports
# feel free to update them in a .env.local file if conflicting with another exposed port
POSTGRES_PORT=5432
VUE_PORT=3000
DOCS_PORT=5000
NOMINATIM_PORT=7000
MAIL_UI_PORT=8025
HTTPS_PORT=443
HTTP_PORT=80
QGIS_SERVER_PORT=6000
# other
DOMAIN=puc.local
ENV=local
COMPOSE_FILE=compose.yaml:compose.override.yaml
COMPOSE_PATH_SEPARATOR=:
COMPOSE_PROJECT_NAME=puc
CADDY_PROTOCOL=https
# default Sentry entry, modify to your needs
SENTRY_DSN="https://e9bd6bf2e6b703942957b86a4816bf97@o1427569.ingest.us.sentry.io/4507946046259200"