Added Dockerfile

This commit is contained in:
2023-12-04 14:41:55 +07:00
parent d805cefeae
commit e5664e7e0d
4 changed files with 57 additions and 4 deletions
+6 -1
View File
@@ -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