Skip to content

Commit f405dd1

Browse files
committed
hotfix: update MEDIA_URL_DOCKER to aws container instead of s3
1 parent 8a672e2 commit f405dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ NEXT_PUBLIC_EXTRA_LONG_POLL_INTERVAL=300000
113113

114114
# containers can't use localhost, so we need to use the container name
115115
IMGPROXY_URL_DOCKER=http://imgproxy:8080
116-
MEDIA_URL_DOCKER=http://s3:4566/uploads
116+
MEDIA_URL_DOCKER=http://aws:4566/uploads
117117

118118
# postgres container stuff
119119
POSTGRES_PASSWORD=password

0 commit comments

Comments
 (0)