feat: postgres docker
This commit is contained in:
parent
d79ec42220
commit
935dac6404
14
postgres/docker-compose.yaml
Normal file
14
postgres/docker-compose.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
karideo_postgres:
|
||||
restart: always
|
||||
image: postgres:alpine
|
||||
environment:
|
||||
PGDATA: /var/lib/postgresql/data
|
||||
POSTGRES_DB: karideo
|
||||
ports:
|
||||
- "43522:5432"
|
||||
volumes:
|
||||
- ./data:/var/lib/postgresql/data
|
||||
|
Loading…
Reference in New Issue
Block a user