Skip to content

Commit dc8bf71

Browse files
committed
.env更新
1 parent e4387f4 commit dc8bf71

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.env

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,17 @@ SMTP_SSL=False
3232
SMTP_PORT=587
3333

3434
# Postgres
35-
POSTGRES_SERVER=localhost
35+
POSTGRES_SERVER=db
3636
POSTGRES_PORT=5432
3737
POSTGRES_DB=app
3838
POSTGRES_USER=postgres
3939
POSTGRES_PASSWORD=changethis
4040

4141
SENTRY_DSN=
4242

43+
# CI/CD Configuration
44+
CI=false
45+
4346
# Configure these with your own Docker registry images
4447
DOCKER_IMAGE_BACKEND=backend
4548
DOCKER_IMAGE_FRONTEND=frontend

0 commit comments

Comments
 (0)