-
Notifications
You must be signed in to change notification settings - Fork 0
/
compose.yml
41 lines (40 loc) · 890 Bytes
/
compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: dst-server
services:
dst-server:
image: dst-server
pull_policy: always
restart: always
build:
context: .
dockerfile: Containerfile
ports:
- name: forest
published: 10999-11997
target: 10999
protocol: udp
mode: host
- name: cave
published: 10000-10998
target: 10998
protocol: udp
mode: host
- name: forest-steam
published: 27017-28015
target: 27017
protocol: udp
mode: host
- name: cave-steam
published: 26018-27016
target: 27016
protocol: udp
mode: host
volumes:
- type: bind
source: /opt/dst-server
target: /install
- type: bind
source: /opt/dst-server/ugc
target: /ugc
- type: bind
source: /data/dst/cluster
target: /cluster