add section admin permission
This commit is contained in:
+2
-2
@@ -9,8 +9,8 @@ services:
|
||||
environment:
|
||||
SPRING_PROFILES_ACTIVE: prod
|
||||
POSTGRES_HOST: db
|
||||
POSTGRES_PORT: 5432
|
||||
POSTGRES_DB: no_copy_
|
||||
POSTGRES_PORT: 5454
|
||||
POSTGRES_DB: admin_db
|
||||
POSTGRES_USER: ${POSTGRES_USER}
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user