This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
Corn-Utility/docker-compose.yml
toast f33d2d076d
Some checks failed
Build and push container image / build (push) Has been cancelled
Update builder to 3.19
2024-03-19 16:13:55 +11:00

13 lines
478 B
YAML

services:
bot:
container_name: corn-utility
image: 'git.toast-server.net/toast/corn-utility:main@sha256:1a6e9eeb1ae0e82482ea0351d1dd6f31fa0699f9109a386580b624d3e6f5c2bb'
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
ports:
- 23242:23242
restart: unless-stopped