Skip to content

Commit c2f75af

Browse files
authored
Remove redis service from compose.yml
Removed redis service and related environment variables.
1 parent 1d3d4ab commit c2f75af

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

compose.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,15 @@
11
services:
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"

0 commit comments

Comments
 (0)