Postgis
This commit is contained in:
		| @@ -150,6 +150,19 @@ services: | ||||
|             POSTGRES_USER: homestead | ||||
|             POSTGRES_PASSWORD: secret | ||||
|  | ||||
| ### PostgreSQL PostGis Container ############################ | ||||
|  | ||||
|     postgres-postgis: | ||||
|         build: ./postgres-postgis | ||||
|         volumes: | ||||
|             - postgres:/var/lib/postgresql/data | ||||
|         ports: | ||||
|             - "5432:5432" | ||||
|         environment: | ||||
|             POSTGRES_DB: homestead | ||||
|             POSTGRES_USER: homestead | ||||
|             POSTGRES_PASSWORD: secret | ||||
|  | ||||
| ### Neo4j Container ######################################### | ||||
|  | ||||
|     neo4j: | ||||
|   | ||||
							
								
								
									
										5
									
								
								postgres-postgis/Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								postgres-postgis/Dockerfile
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| FROM mdillon/postgis:latest | ||||
|  | ||||
| CMD ["postgres"] | ||||
|  | ||||
| EXPOSE 5432 | ||||
		Reference in New Issue
	
	Block a user
	 João Joyce
					João Joyce