Skip to content
Snippets Groups Projects
Commit bfb697ae authored by Francois Romain's avatar Francois Romain
Browse files

build: défini la version de postgres

parent fa97030c
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ services: ...@@ -18,7 +18,7 @@ services:
env_file: .env env_file: .env
postgres: postgres:
image: postgres:alpine image: postgres:12-alpine
environment: environment:
PGUSER: ${PGUSER} PGUSER: ${PGUSER}
expose: expose:
......
...@@ -16,7 +16,7 @@ services: ...@@ -16,7 +16,7 @@ services:
env_file: .env env_file: .env
postgres: postgres:
image: postgres:alpine image: postgres:12-alpine
environment: environment:
PGUSER: ${PGUSER} PGUSER: ${PGUSER}
expose: expose:
......
...@@ -15,7 +15,7 @@ services: ...@@ -15,7 +15,7 @@ services:
command: npm run dev command: npm run dev
postgres: postgres:
image: postgres:alpine image: postgres:12-alpine
environment: environment:
PGUSER: ${PGUSER} PGUSER: ${PGUSER}
expose: expose:
......
...@@ -18,7 +18,7 @@ services: ...@@ -18,7 +18,7 @@ services:
env_file: .env env_file: .env
postgres: postgres:
image: postgres:alpine image: postgres:12-alpine
environment: environment:
PGUSER: ${PGUSER} PGUSER: ${PGUSER}
expose: expose:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment