added files after removing them 5 times on accident
This commit is contained in:
commit
b026d00bd9
6 changed files with 194 additions and 0 deletions
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
version: "3.9"
|
||||
|
||||
services:
|
||||
db:
|
||||
image: postgres
|
||||
container_name: lovedb
|
||||
restart: always
|
||||
environment:
|
||||
POSTGRES_USER: love
|
||||
POSTGRES_PASSWORD: love
|
||||
POSTGRES_DB: lovedb
|
||||
ports:
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
- ./data:/var/lib/postgresql
|
||||
Loading…
Add table
Add a link
Reference in a new issue