Move files around
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
database:
|
||||
image: postgres:latest
|
||||
environment:
|
||||
POSTGRES_USER: pcinvj
|
||||
POSTGRES_PASSWORD: pcinvj
|
||||
POSTGRES_DB: pcinvj
|
||||
ports:
|
||||
- "5432:5432"
|
||||
Reference in New Issue
Block a user