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
Renovate 1723aa6a9b
All checks were successful
Build and push container image / build (push) Successful in 44s
Update git.toast-server.net/toast/corn-utility:main Docker digest to b00290e (#8)
Co-authored-by: Renovate <system@toast-server.net>
Co-committed-by: Renovate <system@toast-server.net>
2023-10-23 12:15:12 +00:00

15 lines
517 B
YAML

version: '3.8'
services:
bot:
container_name: Corn-Utility
image: 'git.toast-server.net/toast/corn-utility:main@sha256:b00290ec826c199ae1c97b52b25d82086f4072ac69c9c31ea4f948e9dfbf7e79'
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