🏗️ added docker-compose file
Co-authored-by: haraldnilsen <harald_998@hotmail.com>
This commit is contained in:
parent
f925b87883
commit
fb63f20a8d
1 changed files with 9 additions and 0 deletions
9
backend/docker-compose.yml
Normal file
9
backend/docker-compose.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
movie-database:
|
||||
image: postgres
|
||||
environment:
|
||||
POSTGRES_PASSWORD: moviedatabase
|
||||
ports:
|
||||
- "5432:5432"
|
Reference in a new issue