This repository has been archived on 2024-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
Cinemateket/backend/docker-compose.yml
Sindre Kjelsrud fb63f20a8d 🏗️ added docker-compose file
Co-authored-by: haraldnilsen <harald_998@hotmail.com>
2023-09-18 09:29:07 +02:00

9 lines
No EOL
148 B
YAML

version: '3'
services:
movie-database:
image: postgres
environment:
POSTGRES_PASSWORD: moviedatabase
ports:
- "5432:5432"