Update GDAL, install some other Python packages, and change port for postgres

This commit is contained in:
Diego Ripley
2025-09-16 18:18:55 +00:00
parent 901d051567
commit 1a7ea7e40a
3 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -16,17 +16,17 @@ services:
command: sleep infinity
db:
image: postgis/postgis:17-3.5-alpine
container_name: db
container_name: devcontainer_postgres
restart: unless-stopped
volumes:
- pgdata:/var/lib/postgresql/data
env_file: .env
ports:
- 5432:5432
- 5435:5432
networks:
default:
name: dev-container
volumes:
pgdata:
pgdata: