feat: initial docker-compose commit

This commit is contained in:
nihonium 2025-10-07 20:17:29 +03:00
parent ad79c5faa5
commit 21713c185c
Signed by: nihonium
GPG key ID: 0251623741027CFC
2 changed files with 43 additions and 0 deletions

12
deploy/example.env Normal file
View file

@ -0,0 +1,12 @@
# PostgreSQL configuration
POSTGRES_VERSION=18
POSTGRES_USER=${POSTGRES_USER}
POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
POSTGRES_DB=${POSTGRESS_DB}
POSTGRES_PORT=5432
# pgAdmin configuration
PGADMIN_VERSION=9.8
PGADMIN_EMAIL=${PGADMIN_EMAIL}
PGADMIN_PASSWORD=${PGADMIN_PASSWORD}
PGADMIN_PORT=8080