toast
c4ddf77a7b
All checks were successful
Build and push container image / build (push) Successful in 41s
12 lines
272 B
YAML
12 lines
272 B
YAML
version: '3.8'
|
|
services:
|
|
bot:
|
|
container_name: Corn-Utility
|
|
image: 'git.toast-server.net/toast/corn-utility:main'
|
|
volumes:
|
|
- ./tokens.json:/home/corn-util/tokens.json:ro
|
|
expose:
|
|
- 23242:23242
|
|
restart: unless-stopped
|
|
network_mode: host
|