forked from DockerizedCraft/Core
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontainer-inspector.yml
More file actions
42 lines (34 loc) · 933 Bytes
/
container-inspector.yml
File metadata and controls
42 lines (34 loc) · 933 Bytes
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
41
42
# Is the docker listener enabled? This is the core functionality and should stay enabled
# Type: Boolean
enabled: true
# Outputs extra information
# Type: Boolean
debug: true
# Backend type (docker or kubernetes)
backend: docker
# Ensure the read permissions
# available schemas: tcp or unix
# Type: String
docker:
host: unix:///var/run/docker.sock
# Type: Boolean
tsl-verify: false
# Type: String|null
cert-path: ~
# Type: Section<String, String>
registry:
# Type: String|null
username: ~
# Type: String|null
password: ~
# Type: String|null
email: ~
# Type: String|null
url: ~
# The network name to resolve IP addresses
# Only one network is possible to avoid confusion about which ip to use
# check your networks with `docker network ls`
network: "minecraft_local"
kubernetes:
# The namespace that bungeecord and all minecraft servers reside in
namespace: minecraft