9 lines
190 B
YAML
Raw Normal View History

2024-02-03 20:25:15 -08:00
services:
database:
image: 'postgres:15.2'
ports:
- '5432'
environment:
- 'POSTGRES_USER=myuser'
- 'POSTGRES_DB=mydatabase'
- 'POSTGRES_PASSWORD=secret'