add section admin permission

This commit is contained in:
2026-05-09 12:04:56 +07:00
parent 3ccdac8ada
commit c47c09bd8c
3 changed files with 11 additions and 11 deletions
+4 -4
View File
@@ -116,10 +116,10 @@ pipeline {
--network-alias admin-${params.PORT} \\
-p ${params.PORT}:${params.PORT} \\
-v uploads_data:/data/uploads:rw \\
-e POSTGRES_DB=no_copy_ \\
-e POSTGRES_USER=${DB_USER} \\
-e POSTGRES_PASSWORD=${DB_PASSWORD} \\
-e POSTGRES_PORT=5432 \\
-e POSTGRES_DB=admin_db \\
-e POSTGRES_USER=admin \\
-e POSTGRES_PASSWORD=adminDbApp \\
-e POSTGRES_PORT=5454 \\
-e POSTGRES_HOST=${params.DB_HOST} \\
-e SERVER_PORT=${params.PORT} \\
-e BUILD_TIME='${buildTime}' \\