fix(postgresql): added environment for image
parent
4748116827
commit
84dcab4e28
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue