You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced/1_self_host/aws_ecs.mdx
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ We will create 6 tasks definitions here:
163
163
- Essential container: YES
164
164
- Port mapping: 8000 / TCP / http / HTTP
165
165
- Resource allocation: 1 CPU / 1.5 GiB memory
166
-
- Environment variable: `JSON_FMT=true`, `MODE=server` and `DATABASE_URL=postgres://postgres:<DB_PASSWORD>@<DB_HOSTNAME>:5432/windmill`. Replace the hostname and password with the ones from the RDS database your created above
166
+
- Environment variable: `JSON_FMT=true`, `MODE=server` and `DATABASE_URL=postgres://postgres:<DB_PASSWORD>@<DB_HOSTNAME>:5432/windmill?sslmode=disable`. Replace the hostname and password with the ones from the RDS database your created above
167
167
- Turn on log collection for easy debugging
168
168
- Add the following health check: `CMD-SHELL, curl -f http://localhost:8000/api/version || exit 1` - Interval: `10s` - Timeout: `5s` - Retries: `5`
169
169
- Leave the rest default
@@ -198,7 +198,7 @@ The following fields needs to be set manually: `LATEST_RELEASE`, `DB_PASSWORD`,
0 commit comments