-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.env.docker-compose.dev
More file actions
49 lines (40 loc) · 1.42 KB
/
.env.docker-compose.dev
File metadata and controls
49 lines (40 loc) · 1.42 KB
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
39
40
41
42
43
44
45
46
47
48
49
# garage admin token for init script
GARAGE_ADMIN_TOKEN=dev_admin_token
ASSETS_BUCKET_NAME=assets.v7.pubpub.org
ASSETS_UPLOAD_KEY=pubpubuser
ASSETS_UPLOAD_SECRET_KEY=pubpubpass
# set to same as above for s3fs/caddy to work
AWS_ACCESS_KEY_ID=pubpubuser
AWS_SECRET_ACCESS_KEY=pubpubpass
ASSETS_REGION=garage
# internal endpoint used by backend services running in Docker
ASSETS_STORAGE_ENDPOINT=http://garage:3900
# public endpoint used for signed URLs accessible from browsers
ASSETS_PUBLIC_ENDPOINT=http://localhost:3900
POSTGRES_PORT=54322
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=postgres
VALKEY_HOST='cache'
SITE_BUILDER_ENDPOINT=http://localhost:4000
# annoying duplication because jobs uses this version
PGHOST=db
PGPORT=5432
PGUSER=postgres
PGPASSWORD=postgres
PGDATABASE=postgres
# this needs to be db:5432 bc that's what it is in the app-network
# if you are running this from outside the docker network, you need to use
# @localhost:${POSTGRES_PORT} instead
DATABASE_URL=postgresql://postgres:postgres@db:5432/postgres
JWT_SECRET=xxx
MAILGUN_SMTP_PASSWORD=xxx
GCLOUD_KEY_FILE=xxx
MAILGUN_SMTP_HOST=inbucket
MAILGUN_SMTP_PORT=2500
# this needs to be localhost:54324 instead of inbucket:9000 bc we are almost always running the integration tests from outside the docker network
INBUCKET_URL=http://localhost:54324
MAILGUN_SMTP_USERNAME=omitted
OTEL_SERVICE_NAME=core.core
PUBPUB_URL=http://localhost:3000
API_KEY=xxx