update webapp
This commit is contained in:
@@ -67,6 +67,11 @@ services:
|
||||
DB_NAME: ${DB_NAME:-geofeed_manager}
|
||||
DB_USER: ${DB_USER:-geofeed}
|
||||
DB_PASS: ${DB_PASSWORD:-geofeed_secret}
|
||||
# Authentication credentials
|
||||
AUTH_USERNAME: ${AUTH_USERNAME:-admin}
|
||||
AUTH_PASSWORD: ${AUTH_PASSWORD:-changeme}
|
||||
# IP Registry API for IP enrichment
|
||||
IPREGISTRY_API_KEY: ${IPREGISTRY_API_KEY:-}
|
||||
volumes:
|
||||
- webapp_code:/app:ro
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user