first
This commit is contained in:
commit
0738070ce1
287 changed files with 10116 additions and 0 deletions
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
services:
|
||||
db:
|
||||
image: postgis/postgis:17-3.5-alpine
|
||||
restart: always
|
||||
ports:
|
||||
- 5432:5432
|
||||
environment:
|
||||
POSTGRES_USER: root
|
||||
POSTGRES_PASSWORD: mysecretpassword
|
||||
POSTGRES_DB: local
|
Loading…
Add table
Add a link
Reference in a new issue