Skip to content

Commit

Permalink
- Postgres port published.
Browse files Browse the repository at this point in the history
issue #?
  • Loading branch information
albamig committed Apr 5, 2022
1 parent ce0c728 commit d898aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/database/postgres/deploy/docker-compose/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def build_docker_compose(path: Path) -> str:
"restart": "always",
"build": "external/postgres",
"command": "postgres -c 'max_connections=200'",
"ports": ["5432"],
"ports": ["5432:5432"],
"volumes": ["postgres:/var/lib/postgresql/data",],
"environment": {"POSTGRES_USER": "minos", "POSTGRES_PASSWORD": "min0s",},
}
Expand Down

0 comments on commit d898aa4

Please sign in to comment.