First commit
This commit is contained in:
15
docker/compose.yaml
Normal file
15
docker/compose.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
postgis:
|
||||
image: realz
|
||||
container_name: postgis_initialized
|
||||
environment:
|
||||
- POSTGRES_USER=${POSTGRES_USER}
|
||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
||||
- POSTGRES_DB=${POSTGRES_DB} # Base de données pour l'administration, pas celle de l'app
|
||||
ports:
|
||||
- "5433:5432"
|
||||
volumes:
|
||||
- postgis_data:/var/lib/postgresql/data
|
||||
|
||||
volumes:
|
||||
postgis_data:
|
Reference in New Issue
Block a user