We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc7eb2 commit ad9f6b3Copy full SHA for ad9f6b3
config.js
@@ -0,0 +1 @@
1
+window.REACT_APP_DISK_API = "http://localhost:8080/disk-server/";
docker-compose.yml
@@ -1,11 +1,13 @@
-version: '3.9'
+version: "3.9"
2
3
services:
4
frontend:
5
- image: ikcap/disk_frontend_react
+ image: ikcap/disk_frontend
6
ports:
7
- 8000:80
8
restart: on-failure:5
9
+ volumes:
10
+ - ./config.js:/usr/share/nginx/html/config.js
11
backend:
12
image: ikcap/disk_backend
13
0 commit comments