Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add postgres + build file for github #15

Merged
merged 14 commits into from
Dec 29, 2023
6 changes: 3 additions & 3 deletions .env.prod.default
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ DOCKER_COMPOSE_APP_PROD_PORT_TARGET=9001
# Here, you can customize default pad text that will appear as the first string on each new pad.
DOCKER_COMPOSE_APP_PROD_ENV_DEFAULT_PAD_TEXT="Willkommen beim kits Etherpad"

DOCKER_COMPOSE_MARIADB_PROD_ENV_MARIADB_DATABASE=
DOCKER_COMPOSE_MARIADB_PROD_ENV_MARIADB_PASSWORD=
DOCKER_COMPOSE_MARIADB_PROD_ENV_MARIADB_USER=
DOCKER_COMPOSE_POSTGRES_PROD_ENV_POSTGRES_DATABASE=
DOCKER_COMPOSE_POSTGRES_PROD_ENV_POSTGRES_PASSWORD=
DOCKER_COMPOSE_POSTGRES_PROD_ENV_POSTGRES_USER=
21 changes: 0 additions & 21 deletions .github/dependabot.yml

This file was deleted.

203 changes: 0 additions & 203 deletions .github/workflows/backend-tests.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/dependency-review.yml

This file was deleted.

91 changes: 0 additions & 91 deletions .github/workflows/docker.yml

This file was deleted.

Loading