first spin
This commit is contained in:
@@ -5,11 +5,13 @@ services:
|
||||
restart: always
|
||||
environment:
|
||||
- POSTGRES_DB=postgres
|
||||
- POSTGRES_PASSWORD=deradmin
|
||||
- POSTGRES_USER=deradmin1
|
||||
- POSTGRES_PASSWORD=ZpSwWNafyy9GhY2gzHw
|
||||
- POSTGRES_USER=1gtT0sf8klB9lDbYZD9
|
||||
volumes:
|
||||
- /4server/data/postgres:/var/lib/postgresql/data/
|
||||
- /4server/data/pg_backup/:/BACKUP/
|
||||
- /4server/data/postgres/data/:/var/lib/postgresql/data/
|
||||
- /4server/data/postgres/pg_backup/:/BACKUP/
|
||||
- /4server/data/postgres/etc/:/etc/postgresql/16/main/
|
||||
|
||||
networks:
|
||||
4projects:
|
||||
ipv4_address: 10.5.0.200
|
||||
|
||||
3
app/templates/pg_hba.conf
Normal file
3
app/templates/pg_hba.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
# Example: allow your host to connect to all DBs as any user with password
|
||||
host all all 10.5.0.1/32 md5
|
||||
|
||||
Reference in New Issue
Block a user