fix: docker compose ci setup

This commit is contained in:
Karol Sójko 2023-08-15 13:11:14 +02:00
parent 054023b791
commit 65f3503fe8
No known key found for this signature in database
GPG key ID: C2F813669419D05F
2 changed files with 2 additions and 2 deletions

2
.github/ci.env vendored
View file

@ -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

View file

@ -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