Migrate postgresql and improve skeleton

This commit is contained in:
2022-10-10 12:42:22 +02:00
parent f7f87766e3
commit 1307ae914d
3 changed files with 7 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ services:
ports:
- "8001:80"
db:
image: postgis/postgis:12-3.1-alpine
image: postgis/postgis:14-3.3-alpine
volumes:
- ./docker/db/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
ports: