envs
This commit is contained in:
@@ -30,6 +30,7 @@ services:
|
|||||||
MOTD: "§l§cPatataPack§r"
|
MOTD: "§l§cPatataPack§r"
|
||||||
ONLINE_MODE: "FALSE"
|
ONLINE_MODE: "FALSE"
|
||||||
ALLOW_FLIGHT: "TRUE"
|
ALLOW_FLIGHT: "TRUE"
|
||||||
|
RCON_PASSWORD: "${RCON_PASSWORD}"
|
||||||
BROADCAST_RCON_TO_OPS: "FALSE"
|
BROADCAST_RCON_TO_OPS: "FALSE"
|
||||||
OPS: |
|
OPS: |
|
||||||
Bailongo
|
Bailongo
|
||||||
@@ -88,6 +89,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
RCON_HOST: mc
|
RCON_HOST: mc
|
||||||
RCON_PORT: 25575
|
RCON_PORT: 25575
|
||||||
|
RCON_PASSWORD: "${RCON_PASSWORD}"
|
||||||
FORGE_SERVER: True
|
FORGE_SERVER: True
|
||||||
ports:
|
ports:
|
||||||
- 9700:8000
|
- 9700:8000
|
||||||
@@ -106,6 +108,8 @@ services:
|
|||||||
MC_WORLD: /world
|
MC_WORLD: /world
|
||||||
MC_RCON_ADDRESS: "mc:25575"
|
MC_RCON_ADDRESS: "mc:25575"
|
||||||
MC_NAME_SOURCE: offline
|
MC_NAME_SOURCE: offline
|
||||||
|
MC_RCON_PASSWORD: "${RCON_PASSWORD}"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- ../patata-data/world:/world:ro
|
- ../patata-data/world:/world:ro
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user