We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4387f4 commit dc8bf71Copy full SHA for dc8bf71
1 file changed
.env
@@ -32,14 +32,17 @@ SMTP_SSL=False
32
SMTP_PORT=587
33
34
# Postgres
35
-POSTGRES_SERVER=localhost
+POSTGRES_SERVER=db
36
POSTGRES_PORT=5432
37
POSTGRES_DB=app
38
POSTGRES_USER=postgres
39
POSTGRES_PASSWORD=changethis
40
41
SENTRY_DSN=
42
43
+# CI/CD Configuration
44
+CI=false
45
+
46
# Configure these with your own Docker registry images
47
DOCKER_IMAGE_BACKEND=backend
48
DOCKER_IMAGE_FRONTEND=frontend
0 commit comments