init commit
This commit is contained in:
commit
d4b364716f
2 changed files with 16 additions and 0 deletions
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
services:
|
||||
pgsql:
|
||||
image: postgres:14.1-alpine
|
||||
restart: always
|
||||
environment:
|
||||
- POSTGRES_USER=adminis
|
||||
- POSTGRES_PASSWORD=password
|
||||
ports:
|
||||
- '5432:5432'
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data
|
||||
volumes:
|
||||
db:
|
||||
driver: local
|
||||
minio_data:
|
1
septa_json2psql
Submodule
1
septa_json2psql
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit ff2c1ce762cf0b6b1c4b0a45d5923e4d23a36bd3
|
Loading…
Add table
Add a link
Reference in a new issue