We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8baff60 commit 9eb90a5Copy full SHA for 9eb90a5
docker-compose.yaml
@@ -1,4 +1,3 @@
1
-version: '3.1'
2
services:
3
aidbox-db:
4
image: "healthsamurai/aidboxdb:16.1"
@@ -36,7 +35,7 @@ services:
36
35
aidbox:
37
condition: service_healthy
38
env_file:
39
- - ./envs/backend
+ - ./envs/app
40
ports:
41
- "8081:8081"
42
volumes:
envs/backend envs/appenvs/backend renamed to envs/app
@@ -4,7 +4,7 @@ APP_INIT_URL=http://aidbox:8080
5
APP_ID=backend-test
6
APP_SECRET=secret
7
-APP_URL=http://backend:8081
+APP_URL=http://app:8081
8
APP_PORT=8081
9
AIO_PORT=8081
10
AIO_HOST=0.0.0.0
0 commit comments