Initial Commit
This commit is contained in:
10
docker/compose/postgres.yaml
Normal file
10
docker/compose/postgres.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
db:
|
||||
image: postgres:16
|
||||
restart: unless-stopped
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
volumes:
|
||||
- ${DOCKERDIR}/${COMPOSE_PROJECT_NAME}/db:/var/lib/postgresql/data
|
||||
#ports:
|
||||
# - "5432:5432"
|
||||
Reference in New Issue
Block a user