Add 2 files
Browse files- docker-compose.yaml +11 -0
- images/QQ20241105-153334.png +3 -0
docker-compose.yaml
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
services:
|
2 |
+
hub-web-api:
|
3 |
+
build:
|
4 |
+
context: ./
|
5 |
+
dockerfile: ./Dockerfile.remote
|
6 |
+
image: hub-web-api:latest
|
7 |
+
container_name: hub-web-api
|
8 |
+
restart: always
|
9 |
+
network_mode: "host"
|
10 |
+
volumes:
|
11 |
+
- ./config/config.remote.yaml:/app/config:ro
|
images/QQ20241105-153334.png
ADDED
Git LFS Details
|