diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | docker-compose.yml | 4 |
2 files changed, 2 insertions, 3 deletions
@@ -8,3 +8,4 @@ backend-error-k_.txt backend-error-M2.txt
backend-error-N2.txt
.env
+error_file_a.txt diff --git a/docker-compose.yml b/docker-compose.yml index a6daa82..102214b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,3 @@ -version: '3.8'
-
services:
backend:
build: ./backend
@@ -9,7 +7,7 @@ services: - REDIS_URL=redis://redis:6379
- JWT_SECRET=${JWT_SECRET}
- COOKIE_SECRET=${COOKIE_SECRET}
- - NODE_ENV=production
+ - NODE_ENV=development
- ADMIN_CORS=${ADMIN_CORS}
- STORE_CORS=${STORE_CORS}
depends_on:
|
