Skip to content
Snippets Groups Projects
Commit d3ddfcc3 authored by thibault.capt's avatar thibault.capt
Browse files

(core): change compose

parent 7e9e193e
Branches
No related tags found
No related merge requests found
......@@ -2,8 +2,8 @@ services:
postgres:
image: 'postgres:latest'
environment:
- 'POSTGRES_DB=mydatabase'
- 'POSTGRES_PASSWORD=secret'
- 'POSTGRES_USER=myuser'
- 'POSTGRES_DB=${POSTGRES_DB}'
- 'POSTGRES_PASSWORD=${POSTGRES_PASSWORD}'
- 'POSTGRES_USER=${POSTGRES_USER}'
ports:
- '5432'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment