mirror of
https://github.com/civsocit/olgram.git
synced 2025-12-16 06:46:17 +00:00
initial
This commit is contained in:
15
docker-compose.yaml
Normal file
15
docker-compose.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: '3'
|
||||
services:
|
||||
postgres:
|
||||
image: kartoza/postgis
|
||||
environment:
|
||||
- POSTGRES_USER=test_user
|
||||
- POSTGRES_PASSWORD=test_passwd
|
||||
- POSTGRES_DB=olgram
|
||||
ports:
|
||||
- '5431:5432'
|
||||
volumes:
|
||||
- database:/var/lib/postgresql/data
|
||||
|
||||
volumes:
|
||||
database:
|
||||
Reference in New Issue
Block a user