15 lines
517 B
YAML
15 lines
517 B
YAML
version: '3.8'
|
|
services:
|
|
bot:
|
|
container_name: Corn-Utility
|
|
image: 'git.toast-server.net/toast/corn-utility:main@sha256:f8db6f1540708882478d5ad004211c92537532ba261eaf216215c7dc07c7bc5b'
|
|
volumes:
|
|
- ./tokens.json:/home/corn-util/tokens.json:ro
|
|
- ./config.json:/home/corn-util/config.json:rw
|
|
- ./GCP_SERVICE.json:/home/corn-util/GCP_SERVICE.json:ro
|
|
- ./uuidCache.log:/home/corn-util/uuidCache.log:rw
|
|
expose:
|
|
- 23242:23242
|
|
restart: unless-stopped
|
|
network_mode: host
|