.dockerignore
.dockerignore
This file has not been changed.
Dockerfile.api
Dockerfile.api
This file has not been changed.
Dockerfile.web
Dockerfile.web
This file has not been changed.
+2
-2
compose.yaml
+2
-2
compose.yaml
···
9
9
volumes:
10
10
- cai_data:/data
11
11
ports:
12
-
- "127.0.0.1:3001:3001"
12
+
- "127.0.0.1:4002:3001"
13
13
14
14
web:
15
15
build:
···
17
17
dockerfile: Dockerfile.web
18
18
restart: unless-stopped
19
19
ports:
20
-
- "127.0.0.1:3000:80"
20
+
- "127.0.0.1:4001:80"
21
21
22
22
volumes:
23
23
cai_data:
docker/nginx-web.conf
docker/nginx-web.conf
This file has not been changed.