mirror of
https://github.com//cppla/ServerStatus
synced 2025-06-02 05:39:50 +08:00
rename old tg to plugin
This commit is contained in:
parent
c116067c39
commit
333bc29c88
@ -2,7 +2,7 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
serverstatus:
|
serverstatus:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: ..
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: serverstatus_server
|
image: serverstatus_server
|
||||||
container_name: serverstatus
|
container_name: serverstatus
|
||||||
@ -11,14 +11,14 @@ services:
|
|||||||
serverstatus-network:
|
serverstatus-network:
|
||||||
ipv4_address: 172.23.0.2
|
ipv4_address: 172.23.0.2
|
||||||
volumes:
|
volumes:
|
||||||
- ./server/config.json:/ServerStatus/server/config.json
|
- ../server/config.json:/ServerStatus/server/config.json
|
||||||
- ./web/json:/usr/share/nginx/html/json
|
- ../web/json:/usr/share/nginx/html/json
|
||||||
ports:
|
ports:
|
||||||
- 35601:35601
|
- 35601:35601
|
||||||
- 8080:80
|
- 8080:80
|
||||||
bot:
|
bot:
|
||||||
build:
|
build:
|
||||||
context: ./plugin
|
context: .
|
||||||
dockerfile: Dockerfile-telegram
|
dockerfile: Dockerfile-telegram
|
||||||
image: serverstatus_bot
|
image: serverstatus_bot
|
||||||
container_name: bot4sss
|
container_name: bot4sss
|
Loading…
x
Reference in New Issue
Block a user