Skip to content

Commit

Permalink
Add worker container command
Browse files Browse the repository at this point in the history
  • Loading branch information
eternaltyro committed Jul 18, 2023
1 parent e4e8f4e commit a7e6224
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/production/container.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ resource "azurerm_container_group" "app" {
cpu = "0.5"
memory = "1.5"

commands = ["celery --app API.api_worker worker --loglevel=INFO"]

ports {
port = 8080
protocol = "TCP"
Expand Down

0 comments on commit a7e6224

Please sign in to comment.