mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-28 09:36:56 +00:00
Add CI env file for compose
This commit is contained in:
parent
aae0cc8e5b
commit
6c036331dc
2 changed files with 12 additions and 0 deletions
11
.config/docker_ci.env
Normal file
11
.config/docker_ci.env
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# misskey settings
|
||||||
|
# MISSKEY_URL=https://example.tld/
|
||||||
|
|
||||||
|
# db settings
|
||||||
|
POSTGRES_PASSWORD=ci
|
||||||
|
# DATABASE_PASSWORD=${POSTGRES_PASSWORD}
|
||||||
|
POSTGRES_USER=postgres
|
||||||
|
# DATABASE_USER=${POSTGRES_USER}
|
||||||
|
POSTGRES_DB=postgres
|
||||||
|
# DATABASE_DB=${POSTGRES_DB}
|
||||||
|
DATABASE_URL="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:5432/${POSTGRES_DB}"
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -39,6 +39,7 @@ coverage
|
||||||
!/.config/docker_example.yml
|
!/.config/docker_example.yml
|
||||||
!/.config/docker_example.env
|
!/.config/docker_example.env
|
||||||
!/.config/cypress-devcontainer.yml
|
!/.config/cypress-devcontainer.yml
|
||||||
|
!/.config/docker_ci.env
|
||||||
docker-compose.yml
|
docker-compose.yml
|
||||||
compose.yml
|
compose.yml
|
||||||
.devcontainer/compose.yml
|
.devcontainer/compose.yml
|
||||||
|
|
Loading…
Add table
Reference in a new issue