summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshiro <toshiro@huitral.local>2026-02-01 03:12:21 +0100
committerToshiro <toshiro@huitral.local>2026-02-01 03:12:21 +0100
commitb7c594e72b993340bc6b70a74643506e543d3a12 (patch)
treefa56f2ecc7dfcded38e3dda79df5824d47cdc558
parentb034acb10960a404262602920cb07e63455f7dc3 (diff)
wip: changements locaux huitral
-rw-r--r--.gitignore1
-rw-r--r--docker-compose.yml4
2 files changed, 2 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 164d9ea..7c45ae7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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: