toast
fb3e0da610
All checks were successful
Build and push container image / build (push) Successful in 38s
13 lines
397 B
YAML
13 lines
397 B
YAML
version: '3.8'
|
|
services:
|
|
bot:
|
|
container_name: Corn-Utility
|
|
image: 'git.toast-server.net/toast/corn-utility:main@sha256:d966d1c466e60617d0059a4d9a3a147baf9228d2a90ed2dbceab4e9ad392e49e'
|
|
volumes:
|
|
- ./tokens.json:/home/corn-util/tokens.json:ro
|
|
- ./config.json:/home/corn-util/config.json:rw
|
|
expose:
|
|
- 23242:23242
|
|
restart: unless-stopped
|
|
network_mode: host
|