fix cf access login
This commit is contained in:
@@ -73,9 +73,7 @@ services:
|
|||||||
# IP Registry API for IP enrichment
|
# IP Registry API for IP enrichment
|
||||||
IPREGISTRY_API_KEY: ${IPREGISTRY_API_KEY:-}
|
IPREGISTRY_API_KEY: ${IPREGISTRY_API_KEY:-}
|
||||||
volumes:
|
volumes:
|
||||||
# Use local webapp folder for development (comment out for production)
|
- webapp_code:/app:ro
|
||||||
- ./webapp:/app:ro
|
|
||||||
# - webapp_code:/app:ro
|
|
||||||
depends_on:
|
depends_on:
|
||||||
mariadb:
|
mariadb:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user