Skip to content

Commit e65ef3f

Browse files
author
Daniel Mellum
committed
try buddy instead of github actions
1 parent a85546a commit e65ef3f

File tree

3 files changed

+3
-28
lines changed

3 files changed

+3
-28
lines changed

.env.testing

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ DB_HOST=mariadb
33
DB_PORT=3306
44
DB_DATABASE=logtodb
55
DB_USERNAME=root
6+
DB_PASSWORD=root
67
MDB_DATABASE=logtodb
78
MDB_HOST=mongo
89
MDB_PORT=27017

.github/workflows/docker.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

docker-compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ services:
1111
- "3366:3306"
1212
environment:
1313
MYSQL_DATABASE: 'logtodb'
14+
MYSQL_ROOT_PASSWORD: 'root'
1415
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
1516

1617
mongo:
@@ -38,6 +39,7 @@ services:
3839
- DB_PORT=3306
3940
- DB_DATABASE=logtodb
4041
- DB_USERNAME=root
42+
- DB_PASSWORD=root
4143
- MDB_DATABASE=logtodb
4244
- MDB_HOST=mongo
4345
- MDB_PORT=27017

0 commit comments

Comments
 (0)