Added Dockerfile
This commit is contained in:
+6
-1
@@ -2,4 +2,9 @@ JWT_SECRET=something
|
||||
COOKIE_SECRET=something
|
||||
|
||||
DATABASE_TYPE="postgres"
|
||||
REDIS_URL=redis://localhost:6379
|
||||
REDIS_URL=redis://redis:6379
|
||||
|
||||
DATABASE_URL=postgres://postgres:123456@localhost/medusa-TBcY
|
||||
MEDUSA_ADMIN_ONBOARDING_TYPE=nextjs
|
||||
STORE_CORS=http://localhost:8000,http://localhost:7001
|
||||
MEDUSA_ADMIN_ONBOARDING_NEXTJS_DIRECTORY=my-medusa-store-storefront
|
||||
|
||||
Reference in New Issue
Block a user