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
haraldnilsen 3385b98c6e 🐳 creates server with correct port
Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
2023-09-18 12:02:42 +02:00

10 lines
No EOL
168 B
YAML

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