run pre-commit on garfbot repo
All checks were successful
Garfbot CI/CD Deployment / Deploy (push) Successful in 19s
All checks were successful
Garfbot CI/CD Deployment / Deploy (push) Successful in 19s
This commit is contained in:
12
garfbot.tf
12
garfbot.tf
@@ -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"
|
||||
|
Reference in New Issue
Block a user