fix: docker compose ci setup
This commit is contained in:
parent
054023b791
commit
65f3503fe8
2 changed files with 2 additions and 2 deletions
2
.github/ci.env
vendored
2
.github/ci.env
vendored
|
@ -22,7 +22,7 @@ MYSQL_USER=std_notes_user
|
|||
MYSQL_PASSWORD=changeme123
|
||||
MYSQL_ROOT_PASSWORD=changeme123
|
||||
|
||||
MONGO_HOST=localhost
|
||||
MONGO_HOST=secondary_db
|
||||
MONGO_PORT=27017
|
||||
MONGO_USERNAME=standardnotes
|
||||
MONGO_PASSWORD=standardnotes
|
||||
|
|
|
@ -70,7 +70,7 @@ services:
|
|||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data/mongo:/data/db
|
||||
env:
|
||||
environment:
|
||||
MONGO_INITDB_ROOT_USERNAME: standardnotes
|
||||
MONGO_INITDB_ROOT_PASSWORD: standardnotes
|
||||
MONGO_INITDB_DATABASE: standardnotes
|
||||
|
|
Loading…
Reference in a new issue