Add AUTH_SECRET environment variable to Docker Compose configuration for enhanced security in service authentication.
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m21s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m21s
This commit is contained in:
@@ -5,6 +5,7 @@ services:
|
||||
- "3044:3000"
|
||||
environment:
|
||||
- DATABASE_URL=file:/data/db/dev.db
|
||||
- AUTH_SECRET=${AUTH_SECRET}
|
||||
volumes:
|
||||
- ${DB_VOLUME_PATH:-./data/db}:/data/db
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user