fix(postgresql): added environment for image

darta 2022-01-25 20:01:06 +01:00
parent 4748116827
commit 84dcab4e28
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
version: '3.7'
services:
isard-sso-postgresql:
image: postgres:13.5-alpine3.15
image: ${POSTGRESQL_IMG-postgres:13.5-alpine3.15}
container_name: isard-sso-postgresql
restart: unless-stopped
env_file: