summaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml4
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: