mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23:09 -06:00
Remove extra postgres Dockerfile
This commit is contained in:
parent
5291e341c4
commit
dadd85ba07
|
|
@ -172,8 +172,10 @@ services:
|
|||
postgres:
|
||||
container_name: dendrite_postgres
|
||||
hostname: postgres
|
||||
build: ./docker/postgres
|
||||
image: postgres:9.5
|
||||
restart: always
|
||||
volumes:
|
||||
- ./docker/postgres/create_db.sh:/docker-entrypoint-initdb.d/20-create_db.sh
|
||||
environment:
|
||||
POSTGRES_PASSWORD: itsasecret
|
||||
POSTGRES_USER: dendrite
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
FROM postgres:9.5
|
||||
|
||||
COPY ./create_db.sh /docker-entrypoint-initdb.d/20-create_db.sh
|
||||
Loading…
Reference in a new issue