Skip to content

Commit 9eb90a5

Browse files
committed
Fix tests
1 parent 8baff60 commit 9eb90a5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docker-compose.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.1'
21
services:
32
aidbox-db:
43
image: "healthsamurai/aidboxdb:16.1"
@@ -36,7 +35,7 @@ services:
3635
aidbox:
3736
condition: service_healthy
3837
env_file:
39-
- ./envs/backend
38+
- ./envs/app
4039
ports:
4140
- "8081:8081"
4241
volumes:

envs/backend renamed to envs/app

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ APP_INIT_URL=http://aidbox:8080
44

55
APP_ID=backend-test
66
APP_SECRET=secret
7-
APP_URL=http://backend:8081
7+
APP_URL=http://app:8081
88
APP_PORT=8081
99
AIO_PORT=8081
1010
AIO_HOST=0.0.0.0

0 commit comments

Comments
 (0)