Разделил и пояснил что редактировать, а что нет
Some checks are pending
Create and publish a Docker image / build-and-push-server (push) Waiting to run
Create and publish a Docker image / build-and-push-chart (push) Waiting to run
Create and publish a Docker image / build-and-push-CR (push) Waiting to run

This commit is contained in:
Данил 2024-10-23 19:46:41 +03:00
parent 13873a4bbc
commit e776ee27dd

View file

@ -1,4 +1,10 @@
POSTGRES_USER=postgres
# Connection secret for postgres. You should change it to a random password
# Please use only the characters `A-Za-z0-9`, without special characters or spaces
POSTGRES_PASSWORD=my_password
POSTGRES_DB=my_database
# If you do not know what you are doing, then you should not edit the values below
###################################################################################
POSTGRES_DB=kekkai
DB_HOST=postgres
POSTGRES_USER=postgres