add JWT_SECRET fallback, remove env_file from compose
This commit is contained in:
@@ -3,7 +3,6 @@ services:
|
||||
build: ./backend
|
||||
ports:
|
||||
- '3000:3000'
|
||||
env_file: .env
|
||||
|
||||
admin:
|
||||
build: ./admin
|
||||
|
||||
Reference in New Issue
Block a user