mirror of
https://github.com/dataforcanada/d4c-datapkg-statistical.git
synced 2026-06-13 14:10:55 +02:00
Update GDAL, install some other Python packages, and change port for postgres
This commit is contained in:
+3
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user