Skip to content

Commit

Permalink
deploy/prod: add db port
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzdom committed Jan 13, 2025
1 parent 7cb0b14 commit d0a1d5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/deploy/production.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ job "blockbot" {

group "blockbot" {
count = 1
network {
port "db" {
to = 5432
}
}

task "blockbot" {
driver = "docker"
Expand Down

0 comments on commit d0a1d5f

Please sign in to comment.