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

13 lines
478 B
YAML
Raw Permalink Normal View History

services:
bot:
2024-01-29 03:52:39 -05:00
container_name: corn-utility
image: 'git.toast-server.net/toast/corn-utility:main@sha256:1a6e9eeb1ae0e82482ea0351d1dd6f31fa0699f9109a386580b624d3e6f5c2bb'
volumes:
2023-10-19 18:08:38 -04:00
- ./tokens.json:/home/corn-util/tokens.json:ro
2023-10-20 01:18:13 -04:00
- ./config.json:/home/corn-util/config.json:rw
2023-10-23 03:36:40 -04:00
- ./GCP_SERVICE.json:/home/corn-util/GCP_SERVICE.json:ro
- ./uuidCache.log:/home/corn-util/uuidCache.log:rw
2024-03-19 01:13:55 -04:00
ports:
- 23242:23242
restart: unless-stopped