mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-11 13:22:27 +08:00
上外网前准备
This commit is contained in:
@@ -11,7 +11,7 @@ services:
|
||||
- /etc/localtime:/etc/localtime
|
||||
- /etc/timezone:/etc/timezone
|
||||
- /usr/share/zoneinfo:/usr/share/zoneinfo
|
||||
- ./docker/node/bin/application.toml:/node/application.toml
|
||||
- ./node/bin/application.toml:/node/application.toml
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
@@ -30,9 +30,9 @@ services:
|
||||
- /etc/localtime:/etc/localtime
|
||||
- /etc/timezone:/etc/timezone
|
||||
- /usr/share/zoneinfo:/usr/share/zoneinfo
|
||||
- ./docker/dispatch/bin/application.toml:/dispatch/application.toml
|
||||
- ./docker/dispatch/bin/key:/dispatch/key
|
||||
- ./docker/dispatch/bin/static:/dispatch/static
|
||||
- ./dispatch/bin/application.toml:/dispatch/application.toml
|
||||
- ./dispatch/bin/key:/dispatch/key
|
||||
- ./dispatch/bin/static:/dispatch/static
|
||||
depends_on:
|
||||
- node_services
|
||||
deploy:
|
||||
@@ -54,8 +54,8 @@ services:
|
||||
- /etc/localtime:/etc/localtime
|
||||
- /etc/timezone:/etc/timezone
|
||||
- /usr/share/zoneinfo:/usr/share/zoneinfo
|
||||
- ./docker/gate/bin/application.toml:/gate/application.toml
|
||||
- ./docker/gate/bin/key:/gate/key
|
||||
- ./gate/bin/application.toml:/gate/application.toml
|
||||
- ./gate/bin/key:/gate/key
|
||||
depends_on:
|
||||
- dispatch_services
|
||||
deploy:
|
||||
@@ -74,7 +74,7 @@ services:
|
||||
- /etc/localtime:/etc/localtime
|
||||
- /etc/timezone:/etc/timezone
|
||||
- /usr/share/zoneinfo:/usr/share/zoneinfo
|
||||
- ./docker/fight/bin/application.toml:/fight/application.toml
|
||||
- ./fight/bin/application.toml:/fight/application.toml
|
||||
depends_on:
|
||||
- gate_services
|
||||
deploy:
|
||||
@@ -93,7 +93,7 @@ services:
|
||||
- /etc/localtime:/etc/localtime
|
||||
- /etc/timezone:/etc/timezone
|
||||
- /usr/share/zoneinfo:/usr/share/zoneinfo
|
||||
- ./docker/pathfinding/bin/application.toml:/pathfinding/application.toml
|
||||
- ./pathfinding/bin/application.toml:/pathfinding/application.toml
|
||||
depends_on:
|
||||
- fight_services
|
||||
deploy:
|
||||
@@ -112,8 +112,8 @@ services:
|
||||
- /etc/localtime:/etc/localtime
|
||||
- /etc/timezone:/etc/timezone
|
||||
- /usr/share/zoneinfo:/usr/share/zoneinfo
|
||||
- ./docker/gs/bin/application.toml:/gs/application.toml
|
||||
- ./gdconf/game_data_config:/gs/game_data_config
|
||||
- ./gs/bin/application.toml:/gs/application.toml
|
||||
- ../gdconf/game_data_config:/gs/game_data_config
|
||||
depends_on:
|
||||
- pathfinding_services
|
||||
deploy:
|
||||
@@ -134,7 +134,7 @@ services:
|
||||
- /etc/localtime:/etc/localtime
|
||||
- /etc/timezone:/etc/timezone
|
||||
- /usr/share/zoneinfo:/usr/share/zoneinfo
|
||||
- ./docker/gm/bin/application.toml:/gm/application.toml
|
||||
- ./gm/bin/application.toml:/gm/application.toml
|
||||
depends_on:
|
||||
- gs_services
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user