Skip to content

Commit

Permalink
Add compose file to run db
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelA committed May 15, 2022
1 parent 4fb9b2f commit f4ac4d3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
services:
geo-db:
image: postgis/postgis:14-3.2
environment:
POSTGRES_USER: test
POSTGRES_DB: geo-db
POSTGRES_PASSWORD: 267
ports:
- '5432:5432'
volumes:
- db-data:/var/lib/postgresql/data

volumes:
db-data:

0 comments on commit f4ac4d3

Please sign in to comment.