WIP: Prebuilt docker image #803

Draft
floatingghost wants to merge 37 commits from customizable-docker-db into develop
Showing only changes of commit 3e8388e2de - Show all commits

View file

@ -18,8 +18,12 @@ services:
}
user: ${DOCKER_USER}
volumes:
- ./pgdata:/var/lib/postgresql/data:z
- ./config/setup_db.psql:/docker-entrypoint-initdb.d/setup_db.sql
- type: bind
source: ./pgdata
target: /var/lib/postgresql/data
- type: bind
source: ./config/setup_db.psql
target: /docker-entrypoint-initdb.d/setup_db.sql
akkoma:
image: akkoma/akkoma:next