haiky DB
This commit is contained in:
parent
57c7a832b2
commit
acecb2eff8
|
|
@ -0,0 +1,3 @@
|
||||||
|
POSTGRES_DB=haiky
|
||||||
|
POSTGRES_USER=haiky
|
||||||
|
POSTGRES_PASSWORD=xieng7Seih
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
version: "3.8"
|
||||||
|
|
||||||
|
services:
|
||||||
|
postgres:
|
||||||
|
image: postgres:latest
|
||||||
|
container_name: haikydb
|
||||||
|
restart: always
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
|
ports:
|
||||||
|
- "15432:5432"
|
||||||
|
volumes:
|
||||||
|
- ${PWD}/haikydb-data:/var/lib/postgresql/data
|
||||||
Loading…
Reference in New Issue