Add ADMIN_PASSWORD variable to GitLab CI configuration

This commit is contained in:
2026-01-09 17:12:26 +01:00
parent 7d344a7844
commit 4b3e3e4b0b

View File

@@ -23,6 +23,7 @@ services:
variables:
APP_ENV: test
GIT_DEPTH: 1
ADMIN_PASSWORD: admin
# Configure postgres environment variables (https://hub.docker.com/r/_/postgres/)
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres