mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
5a6561f158
* pools , env setup * collections, db endpoints
8 lines
234 B
Docker
8 lines
234 B
Docker
FROM postgres:16
|
|
|
|
RUN apt-get update \
|
|
&& apt-get install -y --no-install-recommends \
|
|
postgresql-16-postgis-3 \
|
|
postgresql-16-postgis-3-scripts \
|
|
postgresql-16-pgvector \
|
|
&& rm -rf /var/lib/apt/lists/* |