delete unused files
This commit is contained in:
parent
da1b3a7475
commit
0f7b5f97a8
9 changed files with 0 additions and 103 deletions
|
|
@ -1,20 +0,0 @@
|
|||
##
|
||||
# All environment variables defined here will only apply if you pass them
|
||||
# to the OpenProject container in docker-compose.yml under x-op-app -> environment.
|
||||
# For the examples here this is already the case.
|
||||
#
|
||||
# Please refer to our documentation to see all possible variables:
|
||||
# https://www.openproject.org/docs/installation-and-operations/configuration/environment/
|
||||
#
|
||||
OPENPROJECT_DOMAIN=
|
||||
OPENPROJECT_TAG=
|
||||
OPENPROJECT_HTTPS=
|
||||
OPENPROJECT_HOST__NAME=
|
||||
OPENPROJECT_PORT=
|
||||
OPENPROJECT_IMAP_ENABLED=false
|
||||
OPENPROJECT_POSTGRES_USER=
|
||||
OPENPROJECT_POSTGRES_PASSWORD=
|
||||
OPENPROJECT_POSTGRES_DB=
|
||||
OPENPROJECT_RAILS_MIN_THREADS=
|
||||
OPENPROJECT_RAILS_MAX_THREADS=
|
||||
OPENPROJECT_OPDATA=
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
source .env
|
||||
source ../core/.env
|
||||
|
||||
docker exec postgres psql -U $POSTGRES_USER -d postgres -c "CREATE USER $OPENPROJECT_DB_USER WITH PASSWORD '$OPENPROJECT_DB_PASSWORD';"
|
||||
docker exec postgres psql -U $POSTGRES_USER -d postgres -c "CREATE DATABASE $OPENPROJECT_DB_NAME OWNER $OPENPROJECT_DB_USER;"
|
||||
docker exec postgres psql -U $POSTGRES_USER -d $OPENPROJECT_DB_NAME -c "GRANT ALL PRIVILEGES ON DATABASE $OPENPROJECT_DB_NAME TO $OPENPROJECT_DB_USER;"
|
||||
Loading…
Add table
Add a link
Reference in a new issue