mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-13 09:53:10 -06:00
Remove extra postgres Dockerfile
This commit is contained in:
parent
5291e341c4
commit
dadd85ba07
|
|
@ -172,8 +172,10 @@ services:
|
||||||
postgres:
|
postgres:
|
||||||
container_name: dendrite_postgres
|
container_name: dendrite_postgres
|
||||||
hostname: postgres
|
hostname: postgres
|
||||||
build: ./docker/postgres
|
image: postgres:9.5
|
||||||
restart: always
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- ./docker/postgres/create_db.sh:/docker-entrypoint-initdb.d/20-create_db.sh
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: itsasecret
|
POSTGRES_PASSWORD: itsasecret
|
||||||
POSTGRES_USER: dendrite
|
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