holiday-api/docker-compose.yml

11 lines
249 B
YAML
Raw Normal View History

2023-06-16 07:42:50 +00:00
version: '3.1'
services:
database:
image: postgres:14
ports:
- "5432:5432"
environment:
- POSTGRES_USER=template
- POSTGRES_PASSWORD=templatePassword
- POSTGRES_DB=template