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

(core): change compose

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