import upstream GUKO 2026-06-23
This commit is contained in:
14
docker-compose.example.yml
Normal file
14
docker-compose.example.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
name: guko
|
||||
services:
|
||||
guko-bot:
|
||||
image: ghcr.io/shuijiao1/guko:latest
|
||||
container_name: guko-bot
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
volumes:
|
||||
- ./servers.json:/data/servers.json
|
||||
- ./keys:/data/keys
|
||||
- ./media:/data/media
|
||||
- ./results:/data/results
|
||||
- ./history.json:/data/history.json
|
||||
- ./tmp:/data/tmp
|
||||
Reference in New Issue
Block a user