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 c134338b1e
All checks were successful
Build and push container image / build (push) Successful in 40s
Pin dependencies (#2)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action | pinDigest |  -> `b4ffde6` |
| [docker/build-push-action](https://github.com/docker/build-push-action) | action | pinDigest |  -> `0565240` |
| [docker/login-action](https://github.com/docker/login-action) | action | pinDigest |  -> `343f7c4` |
| git.toast-server.net/toast/corn-utility |  | pinDigest |  -> `d966d1c` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xLjUiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xLjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->

Reviewed-on: #2
Co-authored-by: Renovate <system@toast-server.net>
Co-committed-by: Renovate <system@toast-server.net>
2023-10-19 23:30:44 +00:00

12 lines
344 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
expose:
- 23242:23242
restart: unless-stopped
network_mode: host