diff options
| author | Toshiro <toshiro@huitral.local> | 2026-02-01 03:12:21 +0100 |
|---|---|---|
| committer | Toshiro <toshiro@huitral.local> | 2026-02-01 03:12:21 +0100 |
| commit | b7c594e72b993340bc6b70a74643506e543d3a12 (patch) | |
| tree | fa56f2ecc7dfcded38e3dda79df5824d47cdc558 | |
| parent | b034acb10960a404262602920cb07e63455f7dc3 (diff) | |
wip: changements locaux huitral
| -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:
|
