We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4750f37 commit 5d9cf14Copy full SHA for 5d9cf14
2 files changed
config/pg_hba.conf
@@ -4,6 +4,9 @@ local all postgres peer
4
local all all scram-sha-256
5
host all postgres 0.0.0.0/0 scram-sha-256
6
host all postgres ::/0 scram-sha-256
7
+host all all 35.161.45.11/32 scram-sha-256
8
+host all all 52.32.136.34/32 scram-sha-256
9
+host all all 54.244.23.85/32 scram-sha-256
10
host all student 0.0.0.0/0 scram-sha-256
11
host all student ::/0 scram-sha-256
12
host all all 127.0.0.1/32 scram-sha-256
docker-compose.yml
@@ -2,6 +2,7 @@ services:
2
postgres:
3
build:
context: .
+ image: ghcr.io/hexlet-components/data-salesdb:latest
environment:
POSTGRES_PASSWORD: secret
ports:
0 commit comments