create postgresql postgis

database with postgis
This commit is contained in:
2025-02-10 12:39:20 -03:00
parent 4d55243f14
commit 6bc6325b23

View File

@@ -0,0 +1,15 @@
services:
db-parking-postgis:
image: postgis:17-3.5-alpine
container_name: parking-db-postgis
environment:
POSTGRES_PASSWORD: developer
volumes:
- "F:/docker-vm-volumes/docker-postgresql/db-parking-posgis:/var/lib/postgresql/data"
ports:
- 5435:5432
networks:
- java-stack
networks:
java-stack:
driver: bridge