Skip to content

Commit 4f5d255

Browse files
authored
fix: allow dual dstack operation for adminapi (#865)
1 parent a32c49c commit 4f5d255

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ansible/files/adminapi.service.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ExecStart=/opt/supabase-admin-api
77
User=adminapi
88
Restart=always
99
RestartSec=3
10+
Environment="AWS_USE_DUALSTACK_ENDPOINT=true"
1011

1112
[Install]
1213
WantedBy=multi-user.target

common.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.1.6"
1+
postgres-version = "15.1.1.7"

0 commit comments

Comments
 (0)