add nps npc

This commit is contained in:
2022-06-08 11:05:45 +08:00
parent f4e8615179
commit ea9dccc943
11 changed files with 332 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
version: '3.3'
services:
npc:
container_name: npc
network_mode: host
volumes:
- ./conf:/conf
image: 'ffdfgdfg/npc'
# command: '-server=<ip:port> -vkey=<key>'
command: '-config=/conf/npc.conf'
networks:
nginx:
aliases:
- npc
networks:
nginx:
external: true