In time pentest 1C:Enterprise usually we can get access for cluster without protected password. So in explotation way need create selfhosted database (for example postgres)
download compose file
services:
pgpro:
build: .
image: s4ar1488/postgres1c
container_name: pgpro
ports:
- "5432:5432"
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
restart: unless-stoppedthen just
docker compose up -d
- I checked with version 1C:Enterprise server 8.3.24.1691
- Image basics on postgres 12 version