Security: protect app with HTTP Basic Auth

This commit is contained in:
Ponte
2026-02-11 19:56:57 +01:00
parent ce40912629
commit 621beee036
5 changed files with 25 additions and 1 deletions

View File

@@ -37,6 +37,9 @@ services:
restart: unless-stopped
depends_on:
- video-games-api
environment:
- APP_BASIC_AUTH_USER=${APP_BASIC_AUTH_USER:-beuz}
- APP_BASIC_AUTH_PASSWORD=${APP_BASIC_AUTH_PASSWORD:-change_me_now}
ports:
- "${APP_PORT:-7001}:80"