File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11services :
2- redis :
3- image : redis:latest
4- restart : unless-stopped
5- healthcheck :
6- test : ["CMD", "redis-cli", "ping"]
7- interval : 5s
8- timeout : 3s
9- retries : 5
102 bridge-bot :
113 image : " ghcr.io/skykings-network/bridge-bot:latest"
124 restart : unless-stopped
135 container_name : bridge-bot # optional: set a custom container name
14- depends_on :
15- redis :
16- condition : service_healthy
176 volumes :
187 - .minecraft:/root/.minecraft
19- - ./config.json:/Bot/config.json # Mount config for persistence
208 environment :
219 - BRIDGE_USE_ENV_CONFIG=true
2210 - BRIDGE_ACCOUNT_EMAIL=
2311 - BRIDGE_DISCORD_TOKEN=
2412 - BRIDGE_DISCORD_CHANNEL=
25- - BRIDGE_REDIS_HOST=redis
26- - BRIDGE_REDIS_PORT=6379
2713# you can add additional bridge bots by duplicating the above, like so:
2814# bridge-bot-2:
2915# image: "ghcr.io/skykings-network/bridge-bot:latest"
You can’t perform that action at this time.
0 commit comments