run pre-commit on garfbot repo
All checks were successful
Garfbot CI/CD Deployment / Deploy (push) Successful in 19s

This commit is contained in:
2025-08-15 15:50:40 -05:00
parent c5ccb79f33
commit 9b519c1fa9
8 changed files with 24 additions and 14 deletions

View File

@@ -5,9 +5,9 @@ provider "docker" {
resource "docker_container" "garfbot" {
name = "garfbot"
image = "garfbot"
restart = "always"
volumes {
container_path = "/usr/src/app"
host_path = "/home/crate/garfbot"
@@ -17,9 +17,9 @@ resource "docker_container" "garfbot" {
resource "docker_container" "jonbot" {
name = "jonbot"
image = "jonbot"
restart = "always"
volumes {
container_path = "/usr/src/app"
host_path = "/home/crate/garfbot"
@@ -29,9 +29,9 @@ resource "docker_container" "jonbot" {
resource "docker_container" "moneybot" {
name = "moneybot"
image = "moneybot"
restart = "always"
volumes {
container_path = "/usr/src/app"
host_path = "/home/crate/garfbot"