🏗️ added docker-compose file

Co-authored-by: haraldnilsen <harald_998@hotmail.com>
This commit is contained in:
Sindre Kjelsrud 2023-09-18 09:29:07 +02:00
parent f925b87883
commit fb63f20a8d

View file

@ -0,0 +1,9 @@
version: '3'
services:
movie-database:
image: postgres
environment:
POSTGRES_PASSWORD: moviedatabase
ports:
- "5432:5432"