Anthony Debucquoy
fb6527afd5
Co-authored-by: Debucquoy <debucqquoy.anthony@gmail.com> Reviewed-on: #29 Co-authored-by: Anthony Debucquoy <debucquoy.anthony@gmail.com> Co-committed-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
10 lines
193 B
YAML
10 lines
193 B
YAML
services:
|
|
postgres:
|
|
image: 'postgres:latest'
|
|
environment:
|
|
- 'POSTGRES_DB=mydatabase'
|
|
- 'POSTGRES_PASSWORD=secret'
|
|
- 'POSTGRES_USER=myuser'
|
|
ports:
|
|
- '5432'
|