add JWT_SECRET fallback, remove env_file from compose

This commit is contained in:
Lizandro Guarnizo
2026-06-03 23:04:01 -05:00
parent 83508a22f3
commit 25c04ced2f
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -3,7 +3,6 @@ services:
build: ./backend
ports:
- '3000:3000'
env_file: .env
admin:
build: ./admin