feat: initial docker-compose commit
This commit is contained in:
parent
ad79c5faa5
commit
21713c185c
2 changed files with 43 additions and 0 deletions
12
deploy/example.env
Normal file
12
deploy/example.env
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue