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 /docker-compose.yml | |
| parent | b034acb10960a404262602920cb07e63455f7dc3 (diff) | |
wip: changements locaux huitral
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 4 |
1 files changed, 1 insertions, 3 deletions
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:
|
