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"
|
- "3044:3000"
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_URL=file:/data/db/dev.db
|
- DATABASE_URL=file:/data/db/dev.db
|
||||||
|
- AUTH_SECRET=${AUTH_SECRET}
|
||||||
volumes:
|
volumes:
|
||||||
- ${DB_VOLUME_PATH:-./data/db}:/data/db
|
- ${DB_VOLUME_PATH:-./data/db}:/data/db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user